From: Matthias Meusburger <[email protected]>

Signed-off-by: Henri-Damien LAURENT <[email protected]>
---
 .../prog/en/modules/admin/clone-rules.tmpl         |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tmpl
index ad675d1..dcb57a2 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tmpl
@@ -24,7 +24,8 @@
        <!-- TMPL_IF NAME="error" -->
            <div class="dialog alert">Cloning of issuing rules failed!</div>
        <!-- TMPL_ELSE -->
-           <div class="dialog message"><p>The rules have been cloned.</p></div>
+           <div class="message"><p>The rules have <a 
href="/cgi-bin/koha/admin/smart-rules.pl?branch=<!-- TMPL_VAR NAME="tobranch" 
-->">been cloned</a>.</p></div>
+           <script language="javascript">document.location.href = 
"/cgi-bin/koha/admin/smart-rules.pl?branch=<!-- TMPL_VAR NAME="tobranch" 
-->";</script>
        <!-- /TMPL_IF -->
        <a href="/cgi-bin/koha/admin/smart-rules.pl">Return to Issuing rules</a>
     <!-- TMPL_ELSE -->
-- 
1.6.3.3

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

Reply via email to