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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-8 / +3 lines)
Lines 42-50 function Check(f) { Link Here
42
	}
42
	}
43
}
43
}
44
44
45
$(document).ready(function() {
46
    new YAHOO.widget.Button("authtype");
47
});
48
//]]>
45
//]]>
49
</script>
46
</script>
50
</head>
47
</head>
Lines 124-133 $(document).ready(function() { Link Here
124
121
125
[% IF ( else ) %]
122
[% IF ( else ) %]
126
123
127
<div id="toolbar">
124
<div id="toolbar" class="btn-toolbar">
128
	<ul class="toolbar">
125
    <a id="authtype" class="btn btn-small" href="[% script_name %]?op=add_form"><i class="icon-plus"></i> New authority type</a>
129
    <li><a id="authtype" href="[% script_name %]?op=add_form">New authority type</a></li>
126
</div>
130
</ul></div>
131
127
132
<h1>Authority types</h1>
128
<h1>Authority types</h1>
133
<p>Define authority types, then authority MARC structure in the same way you define itemtypes and biblio MARC tag structure. Authority values are managed through plugins</p>
129
<p>Define authority types, then authority MARC structure in the same way you define itemtypes and biblio MARC tag structure. Authority values are managed through plugins</p>
134
- 

Return to bug 9623