From: Jean-AndrĂ© Santoni <[email protected]>

---
 .../prog/en/modules/admin/currency.tmpl            |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl
index cb90468..650b099 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl
@@ -109,7 +109,8 @@
         </fieldset>
         
     <fieldset class="action">
-        <input type="submit" value="Submit" onclick="Check(this.form)" /> <a 
class="cancel" href="<!-- TMPL_VAR NAME="script_name" -->">Cancel</a>
+        <input type="submit" value="Submit" onclick="Check(this.form)" />
+        <input type="button" onclick="window.location.href='<!-- TMPL_VAR 
NAME="script_name" -->'" value="Cancel" />
     </fieldset>
     </form>
 
-- 
1.6.3.3

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to