fixing buggy url in cancel button
authorPaul POULAIN <paul@koha-fr.org>
Wed, 8 Aug 2007 09:59:57 +0000 (11:59 +0200)
committerChris Cormack <crc@liblime.com>
Wed, 8 Aug 2007 12:25:09 +0000 (07:25 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/tools/koha-news.tmpl

index 98f5c70..87fc510 100644 (file)
@@ -62,7 +62,7 @@
             <textarea name="new" cols="75" rows="10"><!-- TMPL_VAR NAME="new" --></textarea>
             <p>
                 <input class="button" type="submit" value="Save" />
-                <input class="button" type="button" value="Cancel" onclick="window.location.href='/cgi-bin/koha/tools/opac-news.pl'" />
+                <input class="button" type="button" value="Cancel" onclick="window.location.href='/cgi-bin/koha/tools/koha-news.pl'" />
             </p>
         </form>
     <!-- TMPL_ELSE -->