phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: bookmarks/templates/default common.tpl,1.6,1.7 l


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: bookmarks/templates/default common.tpl,1.6,1.7 list.tpl,1.4,1.5 maillink.body.tpl,1.7,1.8 search.results.tpl,1.6,1.7 categories_list.tpl,1.5,NONE categories_list_row.tpl,1.4,NONE common.msie_js.tpl,1.3,NONE common.option.tpl,1.4,NONE common.select.tpl,1.4,NONE common.standard.tpl,1.5,NONE create.body.tpl,1.6,NONE create.possible_dup.line.tpl,1.4,NONE create.possible_dup.tpl,1.4,NONE faq.body.tpl,1.5,NONE faq.msie.mail-this-link.tpl,1.4,NONE faq.msie.quik-mark.tpl,1.5,NONE faq.ns.mail-this-link.tpl,1.4,NONE faq.ns.quik-mark.tpl,1.5,NONE form.tpl,1.9,NONE import.body.tpl,1.7,NONE index.body.tpl,1.5,NONE list.body_tree.tpl,1.4,NONE list.more.tpl,1.4,NONE list.nomore.tpl,1.4,NONE maintain.body.tpl,1.8,NONE msie.quik-mark.tpl,1.4,NONE ns.quik-mark.tpl,1.4,NONE redirect_frames.tpl,1.3,NONE redirect_frames_header.tpl,1.4,NONE standard.tpl,1.4,NONE user.create.tpl,1.4,NONE user.delete.tpl,1.4,NONE user.select.tpl,1.5,NONE user.update.tpl,1.4,NONE user.userlist.tpl,1.4,NONE useropt.body.tpl,1.5,NONE
Date: Tue, 08 Apr 2003 01:01:02 -0400

Update of /cvsroot/phpgroupware/bookmarks/templates/default
In directory subversions:/tmp/cvs-serv8381/templates/default

Modified Files:
        common.tpl list.tpl maillink.body.tpl search.results.tpl 
Removed Files:
        categories_list.tpl categories_list_row.tpl common.msie_js.tpl 
        common.option.tpl common.select.tpl common.standard.tpl 
        create.body.tpl create.possible_dup.line.tpl 
        create.possible_dup.tpl faq.body.tpl 
        faq.msie.mail-this-link.tpl faq.msie.quik-mark.tpl 
        faq.ns.mail-this-link.tpl faq.ns.quik-mark.tpl form.tpl 
        import.body.tpl index.body.tpl list.body_tree.tpl 
        list.more.tpl list.nomore.tpl maintain.body.tpl 
        msie.quik-mark.tpl ns.quik-mark.tpl redirect_frames.tpl 
        redirect_frames_header.tpl standard.tpl user.create.tpl 
        user.delete.tpl user.select.tpl user.update.tpl 
        user.userlist.tpl useropt.body.tpl 
Log Message:
ported bookmarks to three-layered design
additional changes:
- unlimited category hierarchy can be used (formerly only two levels were 
possible)
- tree view is javascript based
- location_info works better


Index: common.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/bookmarks/templates/default/common.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** common.tpl  14 Jul 2001 01:41:50 -0000      1.6
--- common.tpl  8 Apr 2003 05:00:59 -0000       1.7
***************
*** 1,3 ****
- <!-- BEGIN common -->
  <center>{messages}</center>
  <table border="0" width="100%">
--- 1,2 ----
***************
*** 7,11 ****
    </td>
   </tr>
-  {preference_header_}
   <tr>
    <td>
--- 6,9 ----
***************
*** 14,37 ****
   </tr>
  </table>
- 
- </form>
- <!-- END common -->
- 
- <!-- BEGIN preference_header -->
-  <tr>
-   <td>
-    <table border="0" cellspacing="0" cellpadding="0">
- 
-     <tr bgcolor="{th_bg}">
-      <td align="left">&nbsp;{lang_bookmark_preferences}</td>
-      <td align="right">{lang_preferences}</td>
-      <td align="right">{lang_categories}</td>
-      <td align="right">{lang_import}</td>
-      <td align="right">{lang_preferences}</td>
-      <td align="right">{lang_grantaccess}</td>
-     </tr>
-    </table>
- 
-   </td>
-  </tr>
- <!-- END preference_header -->
--- 12,13 ----

Index: list.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/bookmarks/templates/default/list.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** list.tpl    14 Jul 2001 01:41:50 -0000      1.4
--- list.tpl    8 Apr 2003 05:01:00 -0000       1.5
***************
*** 39,44 ****
  
  <!-- BEGIN list_header -->
! <strong class=bk><!-- <a href="{CATEGORY_SEARCH}"> -->{CATEGORY} :
! <!-- <a href="{SUBCATEGORY_SEARCH}"> -->{SUBCATEGORY}</strong>
  
  <table width="100%" border="0" cellspacing="1">
--- 39,44 ----
  
  <!-- BEGIN list_header -->
! <strong class=bk><!-- <a href="{CATEGORY_SEARCH}"> -->{CATEGORY}
! <!-- <a href="{SUBCATEGORY_SEARCH}"> --></strong>
  
  <table width="100%" border="0" cellspacing="1">

Index: maillink.body.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/bookmarks/templates/default/maillink.body.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8

Index: search.results.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/bookmarks/templates/default/search.results.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** search.results.tpl  25 Mar 2003 23:02:22 -0000      1.6
--- search.results.tpl  8 Apr 2003 05:01:00 -0000       1.7
***************
*** 1,19 ****
  <!-- $Id$ -->
- <script type="text/javascript">
- <!-- start Javascript
- // Browsers seem to like the popup window open commands
- // in functions rather than directly inside the anchor tag.
- // This way the window pops as disconnected from the parent.
-   function pop_tree_search() {
-     window.open("{TREE_SEARCH_URL}", "treesearch", 
"scrollbars,resizable,height=640,width=250");
-   }
- // end Javascript -->
- </script>
- 
  <hr>
  <small>{LANG_QUERY_CONDITION} = {QUERY_CONDITION}
  &nbsp;&nbsp;&nbsp;
- <!-- <a href="javascript:pop_tree_search()">Open Results in Tree View</a> -->
  </small><br>
  
  {BOOKMARK_LIST}
--- 1,17 ----
  <!-- $Id$ -->
  <hr>
  <small>{LANG_QUERY_CONDITION} = {QUERY_CONDITION}
  &nbsp;&nbsp;&nbsp;
  </small><br>
+ <table width="100%" border="0" cellspacing="0" cellpadding="0">
+  <tr bgcolor="{th_bg}">
+   <td align="left">&nbsp;{showing}</td>
  
+   <td align="right">
+    {next_matchs_left}
+    &nbsp;&nbsp;
+    {next_matchs_right}&nbsp; &nbsp;
+   </td>
+  </tr>
+ </table>
  {BOOKMARK_LIST}

--- categories_list.tpl DELETED ---

--- categories_list_row.tpl DELETED ---

--- common.msie_js.tpl DELETED ---

--- common.option.tpl DELETED ---

--- common.select.tpl DELETED ---

--- common.standard.tpl DELETED ---

--- create.body.tpl DELETED ---

--- create.possible_dup.line.tpl DELETED ---

--- create.possible_dup.tpl DELETED ---

--- faq.body.tpl DELETED ---

--- faq.msie.mail-this-link.tpl DELETED ---

--- faq.msie.quik-mark.tpl DELETED ---

--- faq.ns.mail-this-link.tpl DELETED ---

--- faq.ns.quik-mark.tpl DELETED ---

--- form.tpl DELETED ---

--- import.body.tpl DELETED ---

--- index.body.tpl DELETED ---

--- list.body_tree.tpl DELETED ---

--- list.more.tpl DELETED ---

--- list.nomore.tpl DELETED ---

--- maintain.body.tpl DELETED ---

--- msie.quik-mark.tpl DELETED ---

--- ns.quik-mark.tpl DELETED ---

--- redirect_frames.tpl DELETED ---

--- redirect_frames_header.tpl DELETED ---

--- standard.tpl DELETED ---

--- user.create.tpl DELETED ---

--- user.delete.tpl DELETED ---

--- user.select.tpl DELETED ---

--- user.update.tpl DELETED ---

--- user.userlist.tpl DELETED ---

--- useropt.body.tpl DELETED ---





reply via email to

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