phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/templates/default listsites.tpl,1.1,1.2


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/templates/default listsites.tpl,1.1,1.2 manage_content.tpl,1.3,1.4sitemgr_header.tpl,1.7,1.8
Date: Thu, 05 Jun 2003 22:14:58 -0400

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

Modified Files:
        listsites.tpl mainmenu.tpl manage_content.tpl 
        sitemgr_header.tpl 
Log Message:
simplify application header and integrate menus into idots template


Index: listsites.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/templates/default/listsites.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** listsites.tpl       22 May 2003 02:36:54 -0000      1.1
--- listsites.tpl       6 Jun 2003 02:14:55 -0000       1.2
***************
*** 22,29 ****
     </tr>
     <tr bgcolor="{th_bg}">
!     <td bgcolor="{th_bg}">{sort_name}</td>
!       <td bgcolor="{th_bg}">{sort_url}</td>
!     <td bgcolor="{th_bg}" align="center">{lang_edit}</td>
!     <td bgcolor="{th_bg}" align="center">{lang_delete}</td>
     </tr>
  
--- 22,29 ----
     </tr>
     <tr bgcolor="{th_bg}">
!     <td>{sort_name}</td>
!       <td>{sort_url}</td>
!     <td align="center">{lang_edit}</td>
!     <td align="center">{lang_delete}</td>
     </tr>
  

Index: mainmenu.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/templates/default/mainmenu.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** mainmenu.tpl        30 May 2003 04:01:43 -0000      1.9
--- mainmenu.tpl        6 Jun 2003 02:14:55 -0000       1.10
***************
*** 1,5 ****
        <ul>
  <!-- BEGIN menuentry -->
                <li><a href="{value}">{display}</a></li>
! <!-- END menuentry -->
!       </ul>
--- 1,14 ----
+ <h3>{lang_sitemenu}</h3>
        <ul>
+       {sitemenu}
+       </ul>
+ <!-- BEGIN switch -->
+ <h3>{lang_othermenu}</h3>
+       <ul>
+       {othermenu}
+       </ul>
+ <!-- END switch -->
+ 
  <!-- BEGIN menuentry -->
                <li><a href="{value}">{display}</a></li>
! <!-- END menuentry -->
\ No newline at end of file

Index: manage_content.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/templates/default/manage_content.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** manage_content.tpl  30 May 2003 04:01:43 -0000      1.3
--- manage_content.tpl  6 Jun 2003 02:14:55 -0000       1.4
***************
*** 11,14 ****
  </div>
  <!-- END Contentarea -->
- 
- <div align="center">{managelink}</div>
--- 11,12 ----

Index: sitemgr_header.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/templates/default/sitemgr_header.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** sitemgr_header.tpl  30 May 2003 18:49:13 -0000      1.7
--- sitemgr_header.tpl  6 Jun 2003 02:14:55 -0000       1.8
***************
*** 1,31 ****
! <!-- BEGIN sitemgr_header -->
! <center>
! <b><u>{sitemgr_administration}</u></b>
! <br>
! <table border="0">
!       <tr><td>{lang_sitename}</td><td>{sitename}</td></tr>
! </table>
! [
! <!-- BEGIN admin -->
!       <i>
!               <a href='{sitesadmin}'>{view_admin}</a>
!       </i>
!       &nbsp;|&nbsp
! <!-- END admin -->
!       <form name="mainmenu" method="POST" style="display:inline"><select 
name="menuswitch" onChange="location.href=this.value">{menulist}</select></form>
!       &nbsp;|&nbsp;
!       <i>
!               <a href='{sitemgr-site}' target='_blank'>{view_site}</a>
!       </i>
  <!-- BEGIN switch -->
        &nbsp;|&nbsp;
!       <form name="siteselect" method="POST" style="display:inline" 
action="{mainmenu}">
!               <select name="siteswitch" 
onChange="this.form.submit()">{sitelist}</select>
        </form>
        &nbsp;
  <!-- END switch -->
- ]
- <hr>
- <br>
- </center>
- <!-- END sitemgr_header -->
--- 1,10 ----
!       <form name="mainmenu" method="POST" style="display:inline">
!               <select name="menuswitch">{menulist}</select>
!       </form>
  <!-- BEGIN switch -->
        &nbsp;|&nbsp;
!       <form name="siteselect" method="POST" style="display:inline">
!               <select name="siteswitch">{sitelist}</select>
        </form>
        &nbsp;
  <!-- END switch -->





reply via email to

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