Skip to content

Commit

Permalink
Merge pull request #386 from bbannon/php8
Browse files Browse the repository at this point in the history
  • Loading branch information
craigk5n authored Aug 6, 2023
2 parents 120ed2a + 67bf0f4 commit b56f608
Show file tree
Hide file tree
Showing 37 changed files with 18 additions and 55 deletions.
Binary file modified docs/event_status.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions edit_entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -610,9 +610,9 @@ function time_selection($prefix, $time = '', $trigger = false)
<select class="form-control" name="access" id="entry_access" value="<?php echo htmlspecialchars($name); ?>">
<option value="P" <?php echo ($access == 'P' || !strlen($access) ? $selected : ''); ?>>
<?php etranslate('Public'); ?></option>
<option value="R" <?php echo ($access == 'R' || !strlen($access) ? $selected : ''); ?>>
<option value="R" <?php echo ( $access == 'R' ? $selected : '' ); ?>>
<?php etranslate('Private'); ?></option>
<option value="C" <?php echo ($access == 'C' || !strlen($access) ? $selected : ''); ?>>
<option value="C" <?php echo ( $access == 'C' ? $selected : '' ); ?>>
<?php etranslate('Confidential'); ?></option>
</select>
<?php } ?>
Expand Down
4 changes: 1 addition & 3 deletions images/bootstrap-icons/arrow-90deg-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions images/bootstrap-icons/arrow-down-short.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions images/bootstrap-icons/arrow-left-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions images/bootstrap-icons/arrow-right-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions images/bootstrap-icons/arrow-up-short.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions images/bootstrap-icons/check-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions images/bootstrap-icons/circle-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions images/bootstrap-icons/dash-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions images/bootstrap-icons/exclamation-triangle-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions images/bootstrap-icons/key-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions images/bootstrap-icons/plus-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions images/bootstrap-icons/printer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions images/bootstrap-icons/question-circle-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions images/bootstrap-icons/rss-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions images/bootstrap-icons/search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions images/bootstrap-icons/trash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/pix.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pub/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pub/ckeditor/plugins/about/dialogs/logo_ckeditor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pub/ckeditor/plugins/icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pub/ckeditor/plugins/icons_hidpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pub/ckeditor/plugins/link/images/hidpi/anchor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pub/ckeditor/skins/moono-lisa/icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pub/ckeditor/skins/moono-lisa/icons_hidpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pub/ckeditor/skins/moono-lisa/images/close.png
Binary file modified pub/ckeditor/skins/moono-lisa/images/hidpi/close.png
Binary file modified pub/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png
Binary file modified pub/ckeditor/skins/moono-lisa/images/hidpi/lock.png
Binary file modified pub/ckeditor/skins/moono-lisa/images/hidpi/refresh.png
Binary file modified pub/ckeditor/skins/moono-lisa/images/lock-open.png
Binary file modified pub/ckeditor/skins/moono-lisa/images/lock.png
Binary file modified pub/ckeditor/skins/moono-lisa/images/refresh.png
Binary file modified pub/ckeditor/skins/moono-lisa/images/spinner.gif
Binary file modified themes/autumn_pref.gif
Binary file modified themes/default_pref.gif

0 comments on commit b56f608

Please sign in to comment.