aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cat_list.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2004-12-04 12:10:17 +0000
committerplegall <plg@piwigo.org>2004-12-04 12:10:17 +0000
commita383f3148cb7c9a23dadbdcd12ede4e1de274af5 (patch)
treea377701a2aa7da5c43a354ca52457b8a4f946985 /admin/cat_list.php
parent6fa03e0cca6855e041de004d49e0dd1b03bd644f (diff)
- change "->" in a beautiful arrow :-) for categories level in admin
- single category management screen updated : commentable and uploadable properties added, full directory displayed, status and visibility properties update uses inheritance, user favorite elements check moved to somewhere else : would be too long to calculate here for too many users - new admin functions set_cat_visible and set_cat_status : visibility and status updates can be done in cat_options and cat_modify - language : differentiate "locked" (state) and "lock" (action) git-svn-id: http://piwigo.org/svn/trunk@632 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/cat_list.php')
-rw-r--r--admin/cat_list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/cat_list.php b/admin/cat_list.php
index 00bb4a5ac..2914901b5 100644
--- a/admin/cat_list.php
+++ b/admin/cat_list.php
@@ -132,7 +132,7 @@ while ($row = mysql_fetch_assoc($result))
// +-----------------------------------------------------------------------+
if (isset($_GET['parent_id']))
{
- $separator = ' -&gt; ';
+ $separator = ' <span style="font-size:15px">&rarr;</span> ';
$base_url = PHPWG_ROOT_PATH.'admin.php?page=cat_list';
$navigation = '<a class="" href="'.add_session_id($base_url).'">';