From d8b8f26c4ac4018c4a81210561f2e1251f1781f9 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 5 Jun 2008 19:05:35 +0100 Subject: [PATCH] Missed an action button in earlier changes Organization: Straylight/Edgeware From: Richard Kettlewell --- templates/choose.tmpl | 10 ++++++---- templates/macros.tmpl | 5 ++--- 2 files changed, 8 insertions(+), 7 deletions(-) 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} {} {} -- [mdw]