From 9faee7711fcff21623533c0590d161b0507d1e89 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 18 May 2007 11:05:23 +0000 Subject: [PATCH] Adding comment for future developer(s) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12415 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/read_menubar_nav.tpl | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/templates/default/read_menubar_nav.tpl b/templates/default/read_menubar_nav.tpl index 9fb97dcd..777b1b30 100644 --- a/templates/default/read_menubar_nav.tpl +++ b/templates/default/read_menubar_nav.tpl @@ -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 @@ if ($nav_on_top) { - \ No newline at end of file + -- 2.25.1