Fixes bug MDL-6360 "Resizable image in breadcrumb trail..."

- files block_search_forums.php, calendar/lib.php, lang/en_utf8/access.php, weblib.php, theme/standard/config.php, styles_color.css
This commit is contained in:
nfreear 2006-09-19 11:36:21 +00:00
parent 717cfb0a7b
commit 57100a9098
6 changed files with 91 additions and 30 deletions

View file

@ -121,9 +121,22 @@ $THEME->custompix = false;
/// files from the moodle/pix directory, plus a
/// "pix/mod" directory containing all the icons
/// for all the activity modules.
////////////////////////////////////////////////////////////////////////////////
///$THEME->rarrow = '►' //OR '→';
///$THEME->larrow = '◄' //OR '←';
///$CFG->block_search_button = $THEME->rarrow .'<span class="accesshide">'.get_string('search').'</span>';
///
/// Accessibility: Right and left arrow-like characters are
/// used in the breadcrumb trail, course navigation menu
/// (previous/next activity), calendar, and search forum block.
///
/// If the theme does not set characters, appropriate defaults
/// are set by (lib/weblib.php:check_theme_arrows). The suggestions
/// above are 'silent' in a screen-reader like JAWS. Please DO NOT
/// use &lt; &gt; &raquo; - these are confusing for blind users.
////////////////////////////////////////////////////////////////////////////////
// These colours are not used anymore, so I've set them to
// bright green to help identify where they should be removed