phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [20855] update notes


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [20855] update notes
Date: Fri, 20 Nov 2009 11:02:54 +0000

Revision: 20855
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20855
Author:   sigurdne
Date:     2009-11-20 11:02:54 +0000 (Fri, 20 Nov 2009)
Log Message:
-----------
update notes

Modified Paths:
--------------
    people/sigurdne/modules/notes/trunk/inc/class.uinotes.inc.php

Added Paths:
-----------
    people/sigurdne/modules/notes/trunk/templates/base/config.tpl
    people/sigurdne/modules/notes/trunk/templates/portico/
    people/sigurdne/modules/notes/trunk/templates/portico/images/
    people/sigurdne/modules/notes/trunk/templates/portico/images/navbar.png

Modified: people/sigurdne/modules/notes/trunk/inc/class.uinotes.inc.php
===================================================================
--- people/sigurdne/modules/notes/trunk/inc/class.uinotes.inc.php       
2009-11-20 10:35:12 UTC (rev 20854)
+++ people/sigurdne/modules/notes/trunk/inc/class.uinotes.inc.php       
2009-11-20 11:02:54 UTC (rev 20855)
@@ -230,7 +230,7 @@
                                // Must be a reply request
                                $action = 'apply';
                                $GLOBALS['phpgw']->redirect_link('/index.php', 
-                                                       array('menuaction' => 
'notes.uinotes.edit', 'node_id' => $note_id));
+                                                       array('menuaction' => 
'notes.uinotes.edit', 'note_id' => $note_id));
                        }
 
                        if ( $note_id )

Added: people/sigurdne/modules/notes/trunk/templates/base/config.tpl
===================================================================
--- people/sigurdne/modules/notes/trunk/templates/base/config.tpl               
                (rev 0)
+++ people/sigurdne/modules/notes/trunk/templates/base/config.tpl       
2009-11-20 11:02:54 UTC (rev 20855)
@@ -0,0 +1,32 @@
+<!-- BEGIN header -->
+<form method="POST" action="{action_url}">
+<table border="0" align="center" width="85%">
+   <tr class="th">
+    <td colspan="2"><font color="{th_text}">&nbsp;<b>{title}</b></font></td>
+   </tr>
+<!-- END header -->
+<!-- BEGIN body -->
+   <tr class="row_on">
+    <td colspan="2">&nbsp;</td>
+   </tr>
+   <tr class="row_off">
+    <td colspan="2">&nbsp;<b>{lang_notes_settings}</b></font></td>
+   </tr>
+
+
+<!-- END body -->
+<!-- BEGIN footer -->
+  <tr class="th">
+    <td colspan="2">
+&nbsp;
+    </td>
+  </tr>
+  <tr>
+    <td colspan="2" align="center">
+      <input type="submit" name="submit" value="{lang_submit}">
+      <input type="submit" name="cancel" value="{lang_cancel}">
+    </td>
+  </tr>
+</table>
+</form>
+<!-- END footer -->

Added: people/sigurdne/modules/notes/trunk/templates/portico/images/navbar.png
===================================================================
(Binary files differ)


Property changes on: 
people/sigurdne/modules/notes/trunk/templates/portico/images/navbar.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream





reply via email to

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