X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault%2Fread_menubar_buttons.tpl;h=6a08edcfb91e640fdd11940ad2ec632adc54ab47;hp=3ea20d9b71c92faa851b1f22cf28df96d821bff6;hb=0bdd0f3e12337e14f78e436c3d6f44e36ba77632;hpb=3cb5a0bb0fc40e2f63e6d1434281df7fe54b441d diff --git a/templates/default/read_menubar_buttons.tpl b/templates/default/read_menubar_buttons.tpl index 3ea20d9b..6a08edcf 100644 --- a/templates/default/read_menubar_buttons.tpl +++ b/templates/default/read_menubar_buttons.tpl @@ -17,10 +17,13 @@ * $view_msg_href - URL to go back to the main message. Empty if N/A. * $msg_list_href - URL to go to the message list. * $search_href - URL to go back to the serach results. Empty if N/A. - * $form_extra - Extra elements required by the forms to delete, move or copy + * $form_extra - Extra elements that will be added to the
tag verbatim + * $form_method - The value of the 's method attribute (optional, may be blank) + * $form_target - The value of the 's target attribute (optional, may be blank) + * $form_onsubmit - The value of the 's onsubmit handler (optional, may be blank) * $compose_href - Base URL to forward, reply, etc. Note that a specific action * must also be given by the form or in this URL. - * $on_click - Onclick event string for all buttons + * $button_onclick - Onclick event string for all buttons * $forward_as_attachment_enabled - boolean TRUE if forwarding as attachments * has been enabled. * $can_resume_draft - boolean TRUE if the "resume draft" is legitimate for @@ -50,6 +53,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) { $table_class = 'bottom'; @@ -63,27 +77,32 @@ if ($nav_on_top) {
- > + > - " />  + " onclick="" />  - " />  + " onclick="" />  - " />  - " /> + " onclick="" />  + " onclick="" />   |   - " /> + " onclick="" /> - + - + " /> - + -
+ :