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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt (-3 lines)
Lines 81-87 Link Here
81
	<div id="bd">
81
	<div id="bd">
82
		<div id="yui-main">
82
		<div id="yui-main">
83
			<div class="yui-b">
83
			<div class="yui-b">
84
                [% IF ( CAN_user_tools_view_system_logs ) %]
85
				<h1>Browse system logs</h1>
84
				<h1>Browse system logs</h1>
86
				<form method="post" action="/cgi-bin/koha/tools/viewlog.pl">
85
				<form method="post" action="/cgi-bin/koha/tools/viewlog.pl">
87
					[% IF ( do_it ) %]
86
					[% IF ( do_it ) %]
Lines 190-196 Link Here
190
						<input type="hidden" name="do_it" value="1" />
189
						<input type="hidden" name="do_it" value="1" />
191
					</fieldset>
190
					</fieldset>
192
			</form>
191
			</form>
193
                [% END %]
194
                [% IF ( do_it ) %]
192
                [% IF ( do_it ) %]
195
                    [% IF ( total ) %]
193
                    [% IF ( total ) %]
196
                        <h4>[% total | html %] lines found.</h4>
194
                        <h4>[% total | html %] lines found.</h4>
197
- 

Return to bug 7996