Update of /cvsroot/moregroupware/mgw/modules/admin/templates/default/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32207/modules/admin/templates/default/html
Modified Files:
workplacemanager_edit.tpl workplacemanager_list.tpl
Log Message:
Sort capability for workplaces
Index: workplacemanager_edit.tpl
===================================================================
RCS file: /cvsroot/moregroupware/mgw/modules/admin/templates/default/html/workplacemanager_edit.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** workplacemanager_edit.tpl 21 Nov 2003 15:40:10 -0000 1.2
--- workplacemanager_edit.tpl 27 Apr 2006 11:57:00 -0000 1.3
***************
*** 34,37 ****
--- 34,44 ----
</tr>
+ <tr><td class="lines" height="1" width="1" colspan="3"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1"></td></tr>
+ <tr align="left">
+ <td class="tab" height="40"><img src="{$imgpathmaster}/space.gif" alt="" width="60" height="1"></td>
+ <td class="formhead">{$hashmap.sortorder}:</td>
+ <td class="formhead"><input type="text" name="sort_order" size="3" maxlength="8" value="{$td.sort_order|escape:"html"}"></td>
+ </tr>
+
<tr><td class="lines2" height="1" width="1" colspan="3"><img src="{$imgpathmaster}/space.gif" alt="" width="1" height="1"></td></tr>
<tr align="left">
Index: workplacemanager_list.tpl
===================================================================
RCS file: /cvsroot/moregroupware/mgw/modules/admin/templates/default/html/workplacemanager_list.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** workplacemanager_list.tpl 12 May 2004 08:38:23 -0000 1.2
--- workplacemanager_list.tpl 27 Apr 2006 11:57:00 -0000 1.3
***************
*** 13,20 ****
{* TABLE START *}
! {include file="$gentemplates/_th7.tpl" r1= "id" r2=$worklocname r3=$description r4=$lastchg r5=$by r6=$action}
{section name=inhalt1 loop=$td}
{assign var="frm_date" value=$td[inhalt1].lu_date|mgw_datetime}
! {include file="$gentemplates/_tr7.tpl" r1=$td[inhalt1].id r2=$td[inhalt1].name r3=$td[inhalt1].description r4=$frm_date r5=$td[inhalt1].lu_user r6=$td[inhalt1].action|smarty:nodefaults}
{/section}
{include file="$gentemplates/_tfx.tpl"}
--- 13,20 ----
{* TABLE START *}
! {include file="$gentemplates/_th7.tpl" r1= "id" r2=$worklocname r3=$description r4=$sortorder r5=$lastchg r6=$by r7=$action}
{section name=inhalt1 loop=$td}
{assign var="frm_date" value=$td[inhalt1].lu_date|mgw_datetime}
! {include file="$gentemplates/_tr7.tpl" r1=$td[inhalt1].id r2=$td[inhalt1].name r3=$td[inhalt1].description r4=$td[inhalt1].sort_order|smarty:nodefaults r5=$frm_date r6=$td[inhalt1].lu_user r7=$td[inhalt1].action|smarty:nodefaults}
{/section}
{include file="$gentemplates/_tfx.tpl"}
|