3c741d2376
Adding finedays and reservesallowed and renewalsallowed management in smart rules Adding Clone Rules Adding CanBookBeReserved and CanItemBeReserved in C4::Reserves Manage Reservesallowed in opac and staff interface Manage renewalsallowed in C4/Circulation.pm Update Database follow Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
72 lines
2.8 KiB
Cheetah
72 lines
2.8 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Administration › Clone Issuing Rules</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
|
|
</head>
|
|
<body>
|
|
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="cat-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> › Clone Issuing Rules</div>
|
|
|
|
<div id="doc3" class="yui-t1">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
<h1>Cloning issuing rules
|
|
<!-- TMPL_IF EXPR="frombranchname || tobranchname" -->
|
|
<!-- TMPL_IF NAME="frombranchname" --> from "<!-- TMPL_VAR NAME="frombranchname" -->"<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME="tobranchname" --> to "<!-- TMPL_VAR NAME="tobranchname" -->"<!-- /TMPL_IF -->
|
|
<!-- /TMPL_IF -->
|
|
</h1>
|
|
|
|
<!-- TMPL_IF NAME="result" -->
|
|
<!-- TMPL_IF NAME="error" -->
|
|
<p class="error">Issuing rules cloning failed!</p>
|
|
<!-- TMPL_ELSE -->
|
|
<div class="message"><p>The rules have been cloned.</p></div>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_ELSE -->
|
|
|
|
<p class="help">Use carefully ! If the destination library already has issuing rules, they will be deleted without warning !</p>
|
|
<form action="/cgi-bin/koha/admin/clone-rules.pl" method="post">
|
|
<!-- TMPL_UNLESS NAME="frombranch" -->
|
|
<fieldset>
|
|
<legend>Please choose a library to clone rules from:</legend>
|
|
<label for="frombranch">Source library:</label>
|
|
<select name="frombranch" id="frombranch">
|
|
<option value="">Default</option>
|
|
<!-- TMPL_LOOP name="branchloop" -->
|
|
<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name="branchname" --></option>
|
|
<!-- /TMPL_LOOP -->
|
|
</select>
|
|
<!-- TMPL_IF NAME="tobranch" --><input type="hidden" name="tobranch" value="<!-- TMPL_VAR NAME="tobranch" -->" /><!-- /TMPL_IF -->
|
|
</fieldset>
|
|
<!-- /TMPL_UNLESS -->
|
|
|
|
<!-- TMPL_UNLESS NAME="tobranch" -->
|
|
<fieldset>
|
|
<legend>Please choose the library to clone the rules to:</legend>
|
|
<label for="tobranch">Destination library:</label>
|
|
<select name="tobranch" id="tobranch">
|
|
<option value="">Default</option>
|
|
<!-- TMPL_LOOP name="branchloop" -->
|
|
<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name="branchname" --></option>
|
|
<!-- /TMPL_LOOP -->
|
|
</select>
|
|
<!-- TMPL_IF NAME="frombranch" --><input type="hidden" name="frombranch" value="<!-- TMPL_VAR NAME="frombranch" -->" /><!-- /TMPL_IF -->
|
|
</fieldset>
|
|
<!-- /TMPL_UNLESS -->
|
|
<input type="submit" />
|
|
</form>
|
|
|
|
<!-- /TMPL_IF -->
|
|
</div>
|
|
|
|
</div>
|
|
<div class="yui-b">
|
|
<!-- TMPL_INCLUDE NAME="admin-menu.inc" -->
|
|
</div>
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|