From: Richard Kettlewell Date: Thu, 5 Jun 2008 18:05:35 +0000 (+0100) Subject: Missed an action button in earlier changes X-Git-Tag: 4.0~18 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/d8b8f26c4ac4018c4a81210561f2e1251f1781f9 Missed an action button in earlier changes --- diff --git a/templates/choose.tmpl b/templates/choose.tmpl index 599cdf5..4868143 100644 --- a/templates/choose.tmpl +++ b/templates/choose.tmpl @@ -208,10 +208,12 @@ USA title="@label{choose.allprefsverbose}" alt="@label{choose.allprefs}"> } - - @label{choose.playall} - +
+ + + + +

} diff --git a/templates/macros.tmpl b/templates/macros.tmpl index d0bfe15..33d1fb2 100644 --- a/templates/macros.tmpl +++ b/templates/macros.tmpl @@ -24,7 +24,7 @@ Standard macros This file is read before any other template. Its output is discarded but side effects (definitions of macros) are retained. To override it, create /etc/disorder/macros.tmpl that includes this file by absolute path -and then redefines macros as desired. +and then redefine macros as desired. ------------------------------------------------------------------------ @@ -287,12 +287,11 @@ and then redefines macros as desired. @# @long is the text to put in the caption @# @action is the target action @define {actbutton} {text long action} - {
+ { @formback@#
} -@# TODO @back support @# Used for inserting back= elements @define {back} {} {}