Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 155... Línea 155...
155
 * Map icons for font-awesome themes.
155
 * Map icons for font-awesome themes.
156
 */
156
 */
157
function tool_policy_get_fontawesome_icon_map() {
157
function tool_policy_get_fontawesome_icon_map() {
158
    return [
158
    return [
159
        'tool_policy:agreed' => 'fa-check text-success',
159
        'tool_policy:agreed' => 'fa-check text-success',
160
        'tool_policy:declined' => 'fa-times text-danger',
160
        'tool_policy:declined' => 'fa-xmark text-danger',
161
        'tool_policy:pending' => 'fa-clock-o text-warning',
161
        'tool_policy:partial' => 'fa-triangle-exclamation text-warning',
162
        'tool_policy:partial' => 'fa-exclamation-triangle text-warning',
162
        'tool_policy:pending' => 'fa-regular fa-clock text-warning',
163
        'tool_policy:level' => 'fa-level-up fa-rotate-90 text-muted',
-
 
164
    ];
163
    ];
165
}
164
}
Línea 166... Línea 165...
166
 
165
 
167
/**
166
/**