The branch, master has been updated via 7d599c14ba958cf7fa488a7a3f9468a6bdefc22c (commit) via 33b4d9fb5c4265424637c5b1f3ccf18077b25644 (commit) from 394c6734d011c2b79fe0c12b836b6be427cdcf37 (commit)
- Log ----------------------------------------------------------------- commit 7d599c14ba958cf7fa488a7a3f9468a6bdefc22c Author: Michal Čihař mcihar@novell.com Date: Tue Feb 8 09:45:32 2011 +0100
Ignore new themes as well
commit 33b4d9fb5c4265424637c5b1f3ccf18077b25644 Author: Michal Čihař mcihar@novell.com Date: Tue Feb 8 09:45:07 2011 +0100
Use correct arrow for rtl languages
-----------------------------------------------------------------------
Summary of changes: libraries/header.inc.php | 2 +- themes/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/libraries/header.inc.php b/libraries/header.inc.php index a4fdfc6..eaad449 100644 --- a/libraries/header.inc.php +++ b/libraries/header.inc.php @@ -96,7 +96,7 @@ if (isset($GLOBALS['is_ajax_request']) && !$GLOBALS['is_ajax_request']) { ); $item = '<a href="%1$s?%2$s" class="item">'; if ($GLOBALS['cfg']['NavigationBarIconic']) { - $separator = ' <span class="separator"><img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'item_ltr.png" width="5" height="9" alt="-" /></span>' . "\n"; + $separator = ' <span class="separator"><img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'item_' . $GLOBALS['text_dir'] . '.png" width="5" height="9" alt="-" /></span>' . "\n"; $item .= ' <img class="icon" src="' . $GLOBALS['pmaThemeImage'] . '%5$s" width="16" height="16" alt="" /> ' . "\n"; } else { $separator = ' <span class="separator"> - </span>' . "\n"; diff --git a/themes/.gitignore b/themes/.gitignore index 5bae234..8b50898 100644 --- a/themes/.gitignore +++ b/themes/.gitignore @@ -7,6 +7,7 @@ crimson_gray dark_lime darkblue_gray garvblue +graphite graphivore green_orange grid @@ -20,6 +21,7 @@ programmersdarkside silk silkline smooth_yellow +toba very_small xampp xp_basic
hooks/post-receive