Internal: Update ActionIcon class constants to use consistent VERB_OBJECT naming

pull/5028/head
Yannick Warnier 11 months ago
parent f444dd0815
commit 5232b15178
  1. 2
      public/main/exercise/admin.php
  2. 4
      public/main/exercise/exercise_submit.php
  3. 2
      public/main/forum/viewforumcategory.php
  4. 4
      public/main/gradebook/lib/fe/displaygradebook.php
  5. 40
      src/CoreBundle/Component/Utils/ActionIcon.php

@ -302,7 +302,7 @@ if ($inATest) {
} }
$actions .= '<a $actions .= '<a
href="'.api_get_path(WEB_CODE_PATH).'exercise/overview.php?'.api_get_cidreq().'&exerciseId='.$objExercise->getId().'&preview=1">'. href="'.api_get_path(WEB_CODE_PATH).'exercise/overview.php?'.api_get_cidreq().'&exerciseId='.$objExercise->getId().'&preview=1">'.
Display::getMdiIcon(ActionIcon::CONTENT_PREVIEW, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('Preview')).'</a>'; Display::getMdiIcon(ActionIcon::PREVIEW_CONTENT, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('Preview')).'</a>';
$actions .= Display::url( $actions .= Display::url(
Display::getMdiIcon('chart-box', 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('Results and feedback')), Display::getMdiIcon('chart-box', 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('Results and feedback')),

@ -1494,7 +1494,7 @@ if ($allowBlockCategory &&
success: function(return_value) { success: function(return_value) {
if (return_value.ok) { if (return_value.ok) {
$("#save_for_now_"+question_id).html(\''. $("#save_for_now_"+question_id).html(\''.
Display::getMdiIcon(ActionIcon::FORM_SAVE, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Saved')).'\'); Display::getMdiIcon(ActionIcon::SAVE_FORM, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Saved')).'\');
} else if (return_value.error) { } else if (return_value.error) {
$("#save_for_now_"+question_id).html(\''. $("#save_for_now_"+question_id).html(\''.
Display::getMdiIcon('alert-circle', 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Error')).'\'); Display::getMdiIcon('alert-circle', 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Error')).'\');
@ -1520,7 +1520,7 @@ if ($allowBlockCategory &&
} }
$("#save_for_now_"+question_id).html(\''. $("#save_for_now_"+question_id).html(\''.
Display::getMdiIcon(ActionIcon::FORM_SAVE, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Saved')).'\' + return_value.savedAnswerMessage); Display::getMdiIcon(ActionIcon::SAVE_FORM, 'ch-tool-icon', null, ICON_SIZE_SMALL, get_lang('Saved')).'\' + return_value.savedAnswerMessage);
// Show popup // Show popup
if ("check_answers" === url_extra) { if ("check_answers" === url_extra) {

@ -146,7 +146,7 @@ if (api_is_allowed_to_edit(false, true)) {
} }
$actionLeft .= Display::url( $actionLeft .= Display::url(
Display::getMdiIcon(ActionIcon::FOLDER_CREATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('Add a forumCategory')), Display::getMdiIcon(ActionIcon::CREATE_FOLDER, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('Add a forumCategory')),
api_get_self().'?'.api_get_cidreq().'&action=add_category&lp_id='.$lp_id api_get_self().'?'.api_get_cidreq().'&action=add_category&lp_id='.$lp_id
); );
} }

@ -32,7 +32,7 @@ class DisplayGradebook
if (api_is_platform_admin() || false == $evalobj->is_locked()) { if (api_is_platform_admin() || false == $evalobj->is_locked()) {
$links[] = '<a href="'.api_get_self().'?'.api_get_cidreq().'&selecteval='.$evalobj->get_id().'&import=">'. $links[] = '<a href="'.api_get_self().'?'.api_get_cidreq().'&selecteval='.$evalobj->get_id().'&import=">'.
Display::getMdiIcon(ActionIcon::ARCHIVE_IMPORT, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('Import marks')).'</a>'; Display::getMdiIcon(ActionIcon::IMPORT_ARCHIVE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('Import marks')).'</a>';
} }
if ($evalobj->has_results()) { if ($evalobj->has_results()) {
@ -395,7 +395,7 @@ class DisplayGradebook
} }
if ((empty($grade_model_id) || -1 == $grade_model_id) && $accessToEdit) { if ((empty($grade_model_id) || -1 == $grade_model_id) && $accessToEdit) {
$actionsLeft .= '<a href="gradebook_add_cat.php?'.api_get_cidreq().'&selectcat='.$catobj->get_id().'">'. $actionsLeft .= '<a href="gradebook_add_cat.php?'.api_get_cidreq().'&selectcat='.$catobj->get_id().'">'.
Display::getMdiIcon(ActionIcon::FOLDER_CREATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('Add assessment')).'</a></td>'; Display::getMdiIcon(ActionIcon::CREATE_FOLDER, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('Add assessment')).'</a></td>';
} }
if ('0' != $selectcat && $accessToRead) { if ('0' != $selectcat && $accessToRead) {

@ -25,13 +25,13 @@ enum ActionIcon: string
// Go back one page // Go back one page
case BACK = 'arrow-left-bold-box'; case BACK = 'arrow-left-bold-box';
// Assign groups of users to some resource // Assign groups of users to some resource
case ASSIGN_GROUP_USERS_TO_RESOURCE = 'account-multiple-plus'; case SUBSCRIBE_GROUP_USERS_TO_RESOURCE = 'account-multiple-plus';
// Handle to move an element by drag & drop // Handle to move an element by drag & drop
case MOVE_DRAG_DROP = 'cursor-move'; case MOVE_DRAG_DROP = 'cursor-move';
// Move backward one page (learning paths) // Move backward one page (learning paths)
case LP_MOVE_BACKWARD = 'chevron-left'; case MOVE_LP_BACKWARD = 'chevron-left';
// Move forward one page (learning paths) // Move forward one page (learning paths)
case LP_MOVE_FORWARD = 'chevron-right'; case MOVE_LP_FORWARD = 'chevron-right';
// Move something up // Move something up
case UP = 'arrow-up-bold'; case UP = 'arrow-up-bold';
// Move something down or show some unfolded interface component // Move something down or show some unfolded interface component
@ -41,9 +41,9 @@ enum ActionIcon: string
// Preview some content // Preview some content
case CONTENT_PREVIEW = 'magnify-plus-outline'; case CONTENT_PREVIEW = 'magnify-plus-outline';
// Import some kind of archive/packaged // Import some kind of archive/packaged
case ARCHIVE_IMPORT = 'archive-arrow-up'; case IMPORT_ARCHIVE = 'archive-arrow-up';
// Create a category // Create a category
case CATEGORY_CREATE = 'folder-multiple-plus'; case CREATE_CATEGORY = 'folder-multiple-plus';
// Create a folder // Create a folder
case FOLDER_CREATE = 'folder-plus'; case FOLDER_CREATE = 'folder-plus';
// Alert the user of something important/unexpected/undesired // Alert the user of something important/unexpected/undesired
@ -57,13 +57,13 @@ enum ActionIcon: string
// Invisible state // Invisible state
case INVISIBLE = 'eye-off'; case INVISIBLE = 'eye-off';
// Hide from course homepage (unpublish) // Hide from course homepage (unpublish)
case COURSE_TOOL_UNPUBLISHED = 'checkbox-multiple-blank'; case UNPUBLISH_COURSE_TOOL = 'checkbox-multiple-blank';
// Show on course homepage // Show on course homepage
case COURSE_TOOL_PUBLISHED = 'checkbox-multiple-blank-outline'; case PUBLISH_COURSE_TOOL = 'checkbox-multiple-blank-outline';
// Disable multiple attempts (or show multiple attempts are currently enabled) // Disable multiple attempts (or show multiple attempts are currently enabled)
case MULTIPLE_ATTEMPTS_DISABLE = 'sync'; case DISABLE_MULTIPLE_ATTEMPTS = 'sync';
// Enable multiple attempts (or show multiple attempts are currently disabled) // Enable multiple attempts (or show multiple attempts are currently disabled)
case MULTIPLE_ATTEMPTS_ENABLE = 'sync-circle'; case ENABLE_MULTIPLE_ATTEMPTS = 'sync-circle';
// Display mode 1 // Display mode 1
case DISPLAY_MODE_1 = 'fullscreen'; case DISPLAY_MODE_1 = 'fullscreen';
// Display mode 2 // Display mode 2
@ -71,17 +71,17 @@ enum ActionIcon: string
// Display mode 3 // Display mode 3
case LP_DISPLAY_MODE_3 = 'overscan'; case LP_DISPLAY_MODE_3 = 'overscan';
// Display mode 4 // Display mode 4
case LP_DISPLAY_4 = 'play-box-outline'; case LP_DISPLAY_MODE_4 = 'play-box-outline';
// Equivalent to fullscreen-exit? // Equivalent to fullscreen-exit?
case LP_FULLSCREEN_EXIT = 'fit-to-screen'; case EXIT_LP_FULLSCREEN = 'fit-to-screen';
// Enable debug // Enable debug
case DEBUG_ENABLE = 'bug-check'; case ENABLE_DEBUG = 'bug-check';
// Disable debug // Disable debug
case DEBUG_DISABLE = 'bug-outline'; case DISABLE_DEBUG = 'bug-outline';
// Export in some type of archive/package // Export in some type of archive/package
case ARCHIVE_EXPORT = 'archive-arrow-down'; case EXPORT_ARCHIVE = 'archive-arrow-down';
// Copy content // Copy content
case CONTENT_COPY = 'text-box-plus'; case COPY_CONTENT = 'text-box-plus';
// Enable/Disable auto-launch of some content // Enable/Disable auto-launch of some content
case AUTO_LAUNCH = 'rocket-launch'; case AUTO_LAUNCH = 'rocket-launch';
// Export to PDF // Export to PDF
@ -95,9 +95,9 @@ enum ActionIcon: string
// Save the current form // Save the current form
case FORM_SAVE = 'content-save'; case FORM_SAVE = 'content-save';
// Send a message // Send a message
case MESSAGE_SEND = 'send'; case SEND_MESSAGE = 'send';
// Add an attachment // Add an attachment
case ATTACHMENT_ADD = 'paperclip-plus'; case ADD_ATTACHMENT = 'paperclip-plus';
// ? // ?
//case CLOUD_UPLOAD = 'cloud-upload'; //case CLOUD_UPLOAD = 'cloud-upload';
// Three vertical dots to indicate the possibility to extend a menu/set of options // Three vertical dots to indicate the possibility to extend a menu/set of options
@ -113,11 +113,11 @@ enum ActionIcon: string
// Print // Print
case PRINT = 'printer'; case PRINT = 'printer';
// See details/View details // See details/View details
case DETAILS = 'fast-forward-outline'; case VIEW_DETAILS = 'fast-forward-outline';
// Clean/Reset // Clean/Reset
case RESET = 'broom'; case RESET = 'broom';
// Add audio // Add audio
case AUDIO_ADD = 'music-note-plus'; case ADD_AUDIO = 'music-note-plus';
// Collapse/Contract // Collapse/Contract
case COLLAPSE = 'arrow-collapse-all'; case COLLAPSE = 'arrow-collapse-all';
// Expand // Expand
@ -130,4 +130,6 @@ enum ActionIcon: string
case UNLOCK = 'lock-open-variant'; case UNLOCK = 'lock-open-variant';
// Refresh/reload // Refresh/reload
case REFRESH = 'file-document-refresh'; case REFRESH = 'file-document-refresh';
// Add user
case ADD_USER = 'account-plus';
} }

Loading…
Cancel
Save