mirror of
https://github.com/e107inc/e107.git
synced 2025-07-27 01:40:22 +02:00
correct previous; imode missing
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_admin/users_extended.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_admin/users_extended.php,v $
|
||||||
| $Revision: 1.4 $
|
| $Revision: 1.5 $
|
||||||
| $Date: 2007-01-20 16:04:05 $
|
| $Date: 2007-01-20 16:54:48 $
|
||||||
| $Author: mrpete $
|
| $Author: mrpete $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -652,12 +652,12 @@ class users_ext
|
|||||||
if($i > 0)
|
if($i > 0)
|
||||||
{
|
{
|
||||||
$text .= "
|
$text .= "
|
||||||
<input type='image' alt='' title='".EXTLAN_26."' src='".e_IMAGE."/admin_images/up.png' name='catup' value='{$ext['user_extended_struct_id']}.{$i}' />
|
<input type='image' alt='' title='".EXTLAN_26."' src='".e_IMAGE."packs/".$imode."/admin_images/up.png' name='catup' value='{$ext['user_extended_struct_id']}.{$i}' />
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
if($i <= count($catList)-2)
|
if($i <= count($catList)-2)
|
||||||
{
|
{
|
||||||
$text .= "<input type='image' alt='' title='".EXTLAN_25."' src='".e_IMAGE."/admin_images/down.png' name='catdown' value='{$ext['user_extended_struct_id']}.{$i}' />";
|
$text .= "<input type='image' alt='' title='".EXTLAN_25."' src='".e_IMAGE."packs/".$imode."/admin_images/down.png' name='catdown' value='{$ext['user_extended_struct_id']}.{$i}' />";
|
||||||
}
|
}
|
||||||
$text .= "
|
$text .= "
|
||||||
</form>
|
</form>
|
||||||
|
Reference in New Issue
Block a user