View | Details | Raw Unified | Return to bug 16161
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt (-2 / +4 lines)
Lines 3-8 Link Here
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'calendar.inc' %]
4
[% INCLUDE 'calendar.inc' %]
5
<style type="text/css">fieldset.rows table { clear: none; margin: 0;}</style>
5
<style type="text/css">fieldset.rows table { clear: none; margin: 0;}</style>
6
<script type="text/javascript">
7
var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this dictionary definition? This cannot be undone.");
8
</script>
6
</head>
9
</head>
7
<body id="rep_dictionary" class="rep">
10
<body id="rep_dictionary" class="rep">
8
[% INCLUDE 'header.inc' %]
11
[% INCLUDE 'header.inc' %]
Lines 79-85 Link Here
79
			<td><form method="post" action="/cgi-bin/koha/reports/dictionary.pl">
82
			<td><form method="post" action="/cgi-bin/koha/reports/dictionary.pl">
80
			<input type="hidden" name="id" value="[% definition.id %]" />
83
			<input type="hidden" name="id" value="[% definition.id %]" />
81
			<input type="hidden" name="phase" value="Delete Definition" />
84
			<input type="hidden" name="phase" value="Delete Definition" />
82
			<input type="submit" name="submit" value="Delete Definition" />
85
			<input type="submit" name="submit" value="Delete Definition" onclick="return confirm(MSG_CONFIRM_DELETE);" />
83
			</form></td>
86
			</form></td>
84
			</tr>
87
			</tr>
85
		[% END %]
88
		[% END %]
86
- 

Return to bug 16161