[svn r17236] minor - style changes - will changes position of tag div (see FS#3321)

skala
Cristian Fasanando 17 years ago
parent b89b22828f
commit 2cb15d53bb
  1. 5
      main/group/group.php

@ -1,4 +1,4 @@
<?php // $Id: group.php 17213 2008-12-10 20:52:35Z cfasanando $
<?php // $Id: group.php 17236 2008-12-11 20:04:55Z cfasanando $
/*
==============================================================================
@ -178,7 +178,7 @@ if (api_is_allowed_to_edit(false,true))
}
}
// Show admin-panel
echo '<div class="actions">';
if (get_setting('allow_group_categories') == 'true')
{
echo Display::return_icon('folder_new.gif', get_lang('AddCategory')) . '<a href="group_category.php?'.api_get_cidreq().'&action=add_category">'.get_lang('AddCategory').'</a>&nbsp;';
@ -196,6 +196,7 @@ if (api_is_allowed_to_edit(false,true))
echo Display::return_icon('group.gif', get_lang('GroupOverview')) .'<a href="group_overview.php?'.api_get_cidreq().'">'.get_lang('GroupOverview').'</a>&nbsp;';
}
}
echo '<div class="actions">';
$group_cats = GroupManager :: get_categories();
if (get_setting('allow_group_categories') == 'true' && count($group_cats) > 1)
{

Loading…
Cancel
Save