88ce533642
This bug fixes capitalization of "No, Do Not Delete" in following templates: koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt koha-tmpl/intranet-tmpl/prog/en/modules/admin/stopwords.tt To test: Verify that the strings are properly replaced. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Fixed some tabs. Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
146 lines
4.6 KiB
Text
146 lines
4.6 KiB
Text
[% INCLUDE 'doc-head-open.inc' %]
|
|
<title>Koha › System administration › Stop words
|
|
[% IF ( add_form ) %]› [% IF ( searchfield ) %]Modify[% ELSE %]New[% END %] stop word
|
|
[% ELSIF ( add_validate ) %]› Data recorded
|
|
[% ELSIF ( delete_confirm ) %]› Delete stop word '[% searchfield %]' ?
|
|
[% ELSIF ( delete_confirmed ) %]› Data deleted
|
|
[% END %]
|
|
</title>
|
|
[% INCLUDE 'doc-head-close.inc' %]
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
$(document).ready(function() {
|
|
new YAHOO.widget.Button("newstopword");
|
|
});
|
|
function Check(f) {
|
|
if (f.word.value.length==0) {
|
|
alert(_("Form not submitted: word missing"));
|
|
} else {
|
|
document.Aform.submit();
|
|
}
|
|
}
|
|
//]]>
|
|
</script>
|
|
</head>
|
|
<body id="admin_stopwords" class="admin">
|
|
[% INCLUDE 'header.inc' %]
|
|
[% INCLUDE 'stopwords-admin-search.inc' %]
|
|
|
|
<div id="breadcrumbs">
|
|
<a href="/cgi-bin/koha/mainpage.pl">Home</a>
|
|
› <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
|
|
› <a href="/cgi-bin/koha/admin/stopwords.pl">Stop words</a>
|
|
[% IF ( add_form ) %]
|
|
› [% IF ( searchfield ) %]Modify[% ELSE %]New[% END %] Stop word
|
|
[% ELSIF ( add_validate ) %]
|
|
› Data recorded
|
|
[% ELSIF ( delete_confirm ) %]
|
|
› Delete stop word '[% searchfield %]' ?
|
|
[% ELSIF ( delete_confirmed ) %]
|
|
› Data deleted
|
|
[% END %]
|
|
</div>
|
|
|
|
<div id="doc3" class="yui-t2">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
|
|
[% IF ( add_form ) %]
|
|
[% IF ( searchfield ) %]
|
|
<h1>Modify word</h1>
|
|
[% ELSE %]
|
|
<h1>New word</h1>
|
|
[% END %]
|
|
<form action="[% script_name %]" name="Aform" method="post">
|
|
<input type="hidden" name="op" value="add_validate" />
|
|
<fieldset class="rows">
|
|
<ol><li>
|
|
[% IF ( searchfield ) %]
|
|
<span class="label">Word</span>
|
|
<input type="hidden" name="word" value="[% searchfield %]" />[% searchfield %]
|
|
[% ELSE %]
|
|
<label for="word">Word</label>
|
|
<input type="text" name="word" id="word" size="50" maxlength="250" onblur="toUC(this)" />
|
|
[% END %]
|
|
</li>
|
|
</ol>
|
|
</fieldset>
|
|
<fieldset class="action">
|
|
<input type="button" value="Save" onclick="Check(this.form)" />
|
|
<a class="cancel" href="/cgi-bin/koha/admin/stopwords.pl">Cancel</a>
|
|
</fieldset>
|
|
</form>
|
|
[% END %]
|
|
|
|
[% IF ( add_validate ) %]
|
|
<div class="dialog message"> <h3>Data recorded</h3>
|
|
<form action="[% script_name %]" method="post">
|
|
<input type="submit" value="OK" class="approve" />
|
|
</form></div>
|
|
[% END %]
|
|
|
|
[% IF ( delete_confirm ) %]
|
|
<div class="dialog alert">
|
|
<h3>Delete stop word <span class="ex">'[% searchfield %]'</span></h3>
|
|
<form action="[% script_name %]" method="post">
|
|
<input type="hidden" name="op" value="delete_confirmed" />
|
|
<input type="hidden" name="searchfield" value="[% searchfield %]" />
|
|
<input type="submit" value="Yes, delete" class="approve" />
|
|
</form>
|
|
<form action="[% script_name %]" method="get">
|
|
<input type="submit" class="deny" value="No, do not delete" />
|
|
</form></div>
|
|
[% END %]
|
|
|
|
[% IF ( delete_confirmed ) %]
|
|
<div class="dialog message"> <h3>Data deleted</h3>
|
|
<form action="[% script_name %]" method="post">
|
|
<input type="submit" value="OK" class="approve" />
|
|
</form></div>
|
|
[% END %]
|
|
|
|
[% IF ( else ) %]
|
|
|
|
<div id="toolbar">
|
|
<ul class="toolbar">
|
|
<li><a id="newstopword" href="/cgi-bin/koha/admin/stopwords.pl?op=add_form">New stop word</a></li>
|
|
</ul></div>
|
|
|
|
<h1>Stop words</h1>
|
|
<p class="message">NOTE : if you change something in this table, ask your administrator to run misc/batchRebuildBiblioTables.pl script.</p>
|
|
|
|
[% IF ( searchfield ) %]
|
|
<p>You searched for <b>[% searchfield %]</b></p>
|
|
[% END %]
|
|
|
|
<table>
|
|
<tr><th>Word</th>
|
|
<th></th>
|
|
</tr>
|
|
[% FOREACH loo IN loop %]
|
|
<tr>
|
|
<td>[% loo.word %]</td>
|
|
<td><a href="[% loo.script_name %]?op=delete_confirm&searchfield=[% loo.word %]">Delete</a></td>
|
|
</tr>
|
|
[% END %]
|
|
</table>
|
|
|
|
<div class="pages">
|
|
[% IF ( offsetgtzero ) %]
|
|
<a href="[% script_name %]?offset=[% prevpage %]"><< Previous</a>
|
|
[% END %]
|
|
[% IF ( ltcount ) %]
|
|
<a href="[% script_name %]?offset=[% nextpage %]">Next >></a>
|
|
[% END %]
|
|
</div>
|
|
[% END %]
|
|
|
|
</div>
|
|
</div>
|
|
<div class="yui-b">
|
|
[% INCLUDE 'admin-menu.inc' %]
|
|
</div>
|
|
</div>
|
|
[% INCLUDE 'intranet-bottom.inc' %]
|