710a7f0086
There are references to patroncards in label text through out the patron card creator - I have changed it to 'patron card creator' Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
182 lines
8.4 KiB
Cheetah
182 lines
8.4 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Tools › Patron Cards › Manage Patron Card Elements</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="greybox.inc" -->
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
function DeleteConfirm() {
|
|
var element_id = selected_layout("delete");
|
|
if (element_id>-1) {
|
|
var msg = "Are you sure you want to delete <!-- TMPL_VAR NAME="card_element" --> " + element_id + "?"
|
|
var answer = confirm(msg);
|
|
if (answer) {
|
|
window.location = "/cgi-bin/koha/patroncards/manage.pl?op=delete&card_element=<!-- TMPL_VAR NAME="card_element" -->&element_id=" + element_id;
|
|
}
|
|
else {
|
|
return; // abort delete
|
|
}
|
|
}
|
|
else {
|
|
return; // no layout selected
|
|
};
|
|
};
|
|
function Edit() {
|
|
var element_id = selected_layout("edit");
|
|
if (element_id>-1) {
|
|
window.location = "/cgi-bin/koha/patroncards/edit-<!-- TMPL_VAR NAME="card_element" -->.pl?op=edit&element_id=" + element_id;
|
|
}
|
|
else {
|
|
return; // no layout selected
|
|
};
|
|
};
|
|
function Xport() {
|
|
batches= new Array;
|
|
if(document.layouts.action.length > 0) {
|
|
for (var i=0; i < document.layouts.action.length; i++) {
|
|
if (document.layouts.action[i].checked) {
|
|
batches.push("batch_id=" + document.layouts.action[i].value);
|
|
}
|
|
}
|
|
if (batches.length < 1) {
|
|
alert("Please select at least one batch to export.");
|
|
return; // no batch selected
|
|
}
|
|
getstr = batches.join("&");
|
|
}
|
|
else if (document.layouts.action.checked) {
|
|
getstr = "batch_id="+document.layouts.action.value;
|
|
}
|
|
else {
|
|
alert("Please select at least one batch to export.");
|
|
return; // no batch selected
|
|
}
|
|
return GB_showCenter('Export Patron Cards', "/cgi-bin/koha/patroncards/print.pl?" + getstr, 700, 800);
|
|
};
|
|
function selected_layout(op) {
|
|
var selected = new Array;
|
|
if (document.layouts.action.length) {
|
|
for (i=0;i<document.layouts.action.length;i++){
|
|
if (document.layouts.action[i].checked){
|
|
selected.push(i);
|
|
}
|
|
};
|
|
if (selected.length == 1) {
|
|
return(document.layouts.action[selected[0]].value);
|
|
}
|
|
else {
|
|
alert("Please select only one <!-- TMPL_VAR NAME="card_element" --> to " + op + ".");
|
|
return (-1);
|
|
}
|
|
}
|
|
else {
|
|
if (document.layouts.action.checked){
|
|
return(document.layouts.action.value);
|
|
}
|
|
};
|
|
alert("Please select a <!-- TMPL_VAR NAME="card_element" -->.");
|
|
return (-1);
|
|
};
|
|
//]]>
|
|
</script>
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
$(document).ready(function() {
|
|
$("#edit").empty();
|
|
$("#delete").empty();
|
|
<!-- TMPL_IF NAME="print" -->
|
|
$("#xport").empty();
|
|
<!-- /TMPL_IF -->
|
|
buildButtons();
|
|
});
|
|
|
|
function buildButtons() {
|
|
var editButton = new YAHOO.widget.Button({
|
|
type: "link",
|
|
onclick: {fn: Edit},
|
|
label: _("Edit"),
|
|
id: "edit",
|
|
container: "edit"
|
|
});
|
|
var deleteButton = new YAHOO.widget.Button({
|
|
type: "link",
|
|
onclick: {fn: DeleteConfirm},
|
|
label: _("Delete"),
|
|
id: "delete",
|
|
container: "delete",
|
|
});
|
|
<!-- TMPL_IF NAME="print" -->
|
|
var xportButton = new YAHOO.widget.Button({
|
|
type: "link",
|
|
onclick: {fn: Xport},
|
|
label: _("Export"),
|
|
id: "xport",
|
|
container: "xport",
|
|
});
|
|
<!-- /TMPL_IF -->
|
|
};
|
|
</script>
|
|
</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/tools/tools-home.pl">Tools</a> ›
|
|
<a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> ›
|
|
Manage Card <!-- TMPL_VAR NAME="card_element_title" -->
|
|
</div>
|
|
<div id="doc3" class="yui-t2">
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
<!-- TMPL_INCLUDE NAME="patroncards-toolbar.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="error-messages.inc" -->
|
|
<div class="yui-gc">
|
|
<div class="yui-u first" id="manage-patroncards-layouts">
|
|
<div class="hint">Current Branch: <!-- TMPL_VAR NAME="LoginBranchname" --></div>
|
|
<!-- TMPL_IF NAME="table_loop" -->
|
|
<form name="layouts" action="/cgi-bin/koha/manage.pl?card_element=<!-- TMPL_VAR NAME="card_element" -->">
|
|
<h2>Currently Available <!-- TMPL_VAR NAME="card_element_title" --></h2>
|
|
<table>
|
|
<!-- TMPL_LOOP NAME="table_loop" -->
|
|
<!-- TMPL_IF NAME="header_fields" -->
|
|
<tr>
|
|
<!-- TMPL_LOOP NAME="header_fields" -->
|
|
<th><!-- TMPL_VAR NAME="field_label" --></th>
|
|
<!-- /TMPL_LOOP -->
|
|
</tr>
|
|
<!-- TMPL_ELSE -->
|
|
<tr>
|
|
<!-- TMPL_LOOP NAME="text_fields" -->
|
|
<!-- TMPL_IF NAME="select_field" -->
|
|
<td align="center"><input type="checkbox" name="action" value="<!-- TMPL_VAR NAME="field_value" -->" /></td>
|
|
<!-- TMPL_ELSIF NAME="field_value" -->
|
|
<td><!-- TMPL_VAR NAME="field_value" --></td>
|
|
<!-- TMPL_ELSE -->
|
|
<td> </td>
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_LOOP -->
|
|
</tr>
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_LOOP -->
|
|
</table>
|
|
<fieldset class="action">
|
|
<span id="edit"><input type="button" id="edit" onclick="Edit()" value="Edit" /></span>
|
|
<span id="delete"><input type="button" id="delete" onclick="DeleteConfirm()" value="Delete" /></span>
|
|
<!-- TMPL_IF NAME="print" --><span id="xport"><input type="button" id="print" onclick="Xport()" value="Export" /></span><!-- /TMPL_IF -->
|
|
</fieldset>
|
|
</form>
|
|
<!-- TMPL_ELSE -->
|
|
<div class="dialog message">
|
|
<h4>There Are No <!-- TMPL_VAR NAME="card_element_title" --> Currently Available.</h4>
|
|
<p>Use the toolbar above to create a new <!-- TMPL_VAR NAME="card_element" -->.</p></div>
|
|
<!-- /TMPL_IF -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="yui-b">
|
|
<!-- TMPL_INCLUDE NAME="patroncards-menu.inc" -->
|
|
</div>
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|