gunnar: server/kolab-webadmin/admin/templates list.tpl,1.2,1.3

cvs at kolab.org cvs at kolab.org
Tue Sep 18 08:10:58 CEST 2007


Author: gunnar

Update of /kolabrepository/server/kolab-webadmin/admin/templates
In directory doto:/tmp/cvs-serv14189/templates

Modified Files:
	list.tpl 
Log Message:
Minor fixes to the list view.

Index: list.tpl
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/admin/templates/list.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- list.tpl	17 Sep 2007 18:02:00 -0000	1.2
+++ list.tpl	18 Sep 2007 06:10:56 -0000	1.3
@@ -8,6 +8,12 @@
   {$title}
 </h3>
 
+{if $note}
+<div class="contenttext">
+  {$note}
+</div>
+{/if}
+
 <div align="center">
 <a {if $alphagroup==""}class="alphagroupitemselected"{/if} href="{$self_url}?alphagroup="> {tr msg="[ ALL ]"} </a>  
 <a {if $alphagroup=="a"}class="alphagroupitemselected"{/if} href="{$self_url}?alphagroup=a"> [ A-F ] </a>  
@@ -44,9 +50,7 @@
 <div>
   <table class="contenttable" cellpadding="0" cellspacing="1px">
     <tr class="contentrow">
-      <th>
-	{$header}
-      </th>
+      {$header}
     </tr>
     {section name=id loop=$entries}
     <tr class="contentrow{cycle values="even,odd"}">





More information about the commits mailing list