phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: sitemgr/templates/default mainmenu.tpl,1.10,1.11


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/templates/default mainmenu.tpl,1.10,1.11
Date: Fri, 06 Jun 2003 00:11:04 -0400

Update of /cvsroot/phpgroupware/sitemgr/templates/default
In directory subversions:/tmp/cvs-serv2642/templates/default

Modified Files:
        mainmenu.tpl 
Log Message:
idots menu hook
suppress padding in ul, otherwise it is not centered


Index: mainmenu.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/templates/default/mainmenu.tpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** mainmenu.tpl        6 Jun 2003 02:14:55 -0000       1.10
--- mainmenu.tpl        6 Jun 2003 04:11:01 -0000       1.11
***************
*** 1,9 ****
  <h3>{lang_sitemenu}</h3>
!       <ul>
        {sitemenu}
        </ul>
  <!-- BEGIN switch -->
! <h3>{lang_othermenu}</h3>
!       <ul>
        {othermenu}
        </ul>
--- 1,9 ----
  <h3>{lang_sitemenu}</h3>
!       <ul style="padding-left:0cm">
        {sitemenu}
        </ul>
  <!-- BEGIN switch -->
! <h3 style="text-align:center">{lang_othermenu}</h3>
!       <ul style="padding-left:0cm">
        {othermenu}
        </ul>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]