From 4a1333c544d83a1dc65220d728d9f0b1f6a51874 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Tue, 7 Apr 2009 17:37:53 -0500 Subject: [PATCH] Factor common element out of both sides of conditional. Add placeholder complaint about misuse of TMPL EXPR statements. Signed-off-by: Galen Charlton --- .../prog/en/modules/suggestion/acceptorreject.tmpl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl index 430a706627..638c5bc2fa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl @@ -135,11 +135,9 @@ Suggestion Suggested by Date - Reason + Reason Update - - Reason Accept Reject @@ -167,7 +165,6 @@ " value="" /> - @@ -187,9 +184,9 @@ + " name="" type="radio" value="ACCEPTED" readonly="readonly" checked="checked" /> - " name="" type="radio" value="ACCEPTED" /> @@ -197,7 +194,6 @@ " name="" type="radio" value="REJECTED" readonly="readonly" checked="checked" /> - " name="" type="radio" value="REJECTED" /> -- 2.39.5