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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-2 / +1 lines)
Lines 130-136 Edit News Item[% ELSE %]Add News Item[% END %][% ELSE %]News[% END %]</div> Link Here
130
        </form>
130
        </form>
131
        </div>
131
        </div>
132
        [% IF ( opac_news_count ) %]
132
        [% IF ( opac_news_count ) %]
133
        <form name="del_form" method="post" action="/cgi-bin/koha/tools/koha-news.pl" onsubmit="return confirm('Are you sure you want to delete the selected news?')">
133
        <form name="del_form" method="post" action="/cgi-bin/koha/tools/koha-news.pl" onsubmit='return confirm(_("Are you sure you want to delete the selected news?"))'>
134
                <table id="newst">
134
                <table id="newst">
135
                   <thead> <tr>
135
                   <thead> <tr>
136
                        <th>&nbsp;</th>
136
                        <th>&nbsp;</th>
137
- 

Return to bug 10871