Revision: 12415
http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12415&view=rev
Author: pdontthink
Date: 2007-05-18 04:05:23 -0700 (Fri, 18 May 2007)
Log Message:
-----------
Adding comment for future developer(s)
Modified Paths:
--------------
trunk/squirrelmail/templates/default/read_menubar_nav.tpl
Modified: trunk/squirrelmail/templates/default/read_menubar_nav.tpl
===================================================================
--- trunk/squirrelmail/templates/default/read_menubar_nav.tpl 2007-05-18
10:53:51 UTC (rev 12414)
+++ trunk/squirrelmail/templates/default/read_menubar_nav.tpl 2007-05-18
11:05:23 UTC (rev 12415)
@@ -49,6 +49,17 @@
/** extract template variables **/
extract($t);
+/*FIXME: This is a place where Marc's idea for putting all the buttons and
+ links and other widgets into an array is sorely needed instead of
+ hard-coding everything. Whomever implements that, PLEASE, PLEASE
+ look at how the preview pane plugin code is used in this same
template
+ file for the *default_advanced* set to change some links and buttons
+ and make sure your implementation can support it (tip: it may or may
+ not be OK to let a plugin do the modification of the widgets, since
+ a template set can turn on the needed plugin, but that might not be
+ the most clear way to solve said issue).*/
+
+
/** Begin template **/
if ($nav_on_top) {
@@ -142,4 +153,4 @@
</td>
</tr>
</table>
-</div>
\ No newline at end of file
+</div>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
|