fixing buggy url in cancel button

Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
Paul POULAIN 2007-08-08 11:59:57 +02:00 committed by Chris Cormack
parent f9ac2fc14b
commit b39fca73d4

View 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 -->