fixing buggy url in cancel button
Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
parent
f9ac2fc14b
commit
b39fca73d4
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue