Lines 1-5
Link Here
|
1 |
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --> |
1 |
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --> |
2 |
<title>Koha › Administration › Currencies & Exchange Rates › |
2 |
<title>Koha › Administration › Currencies & Exchange Rates › |
3 |
<!-- TMPL_IF NAME="add_form" --><!-- TMPL_IF NAME="searchfield" -->Modify Currency '<!-- TMPL_VAR NAME="searchfield" -->'<!-- TMPL_ELSE -->New Currency<!-- /TMPL_IF --><!-- /TMPL_IF --> |
3 |
<!-- TMPL_IF NAME="add_form" --><!-- TMPL_IF NAME="searchfield" -->Modify Currency '<!-- TMPL_VAR NAME="searchfield" -->'<!-- TMPL_ELSE -->New Currency<!-- /TMPL_IF --><!-- /TMPL_IF --> |
4 |
<!-- TMPL_IF NAME="add_validate" -->Data Recorded<!-- /TMPL_IF --> |
4 |
<!-- TMPL_IF NAME="add_validate" -->Data Recorded<!-- /TMPL_IF --> |
5 |
<!-- TMPL_IF NAME="delete_confirm" -->Confirm Deletion of Currency '<!-- TMPL_VAR NAME="searchfield" -->'<!-- /TMPL_IF --> |
5 |
<!-- TMPL_IF NAME="delete_confirm" -->Confirm Deletion of Currency '<!-- TMPL_VAR NAME="searchfield" -->'<!-- /TMPL_IF --> |
Lines 69-75
Link Here
|
69 |
<div id="bd"> |
69 |
<div id="bd"> |
70 |
<div id="yui-main"> |
70 |
<div id="yui-main"> |
71 |
<div class="yui-b"> |
71 |
<div class="yui-b"> |
72 |
|
72 |
|
73 |
<!-- TMPL_IF NAME="else" --> |
73 |
<!-- TMPL_IF NAME="else" --> |
74 |
<div id="toolbar"> |
74 |
<div id="toolbar"> |
75 |
<ul class="toolbar"> |
75 |
<ul class="toolbar"> |
Lines 117-123
Link Here
|
117 |
|
117 |
|
118 |
</ol> |
118 |
</ol> |
119 |
</fieldset> |
119 |
</fieldset> |
120 |
|
120 |
|
121 |
<fieldset class="action"> |
121 |
<fieldset class="action"> |
122 |
<input type="submit" value="Submit" onclick="Check(this.form)" /> |
122 |
<input type="submit" value="Submit" onclick="Check(this.form)" /> |
123 |
<input type="button" onclick="window.location.href='<!-- TMPL_VAR NAME="script_name" -->'" value="Cancel" /> |
123 |
<input type="button" onclick="window.location.href='<!-- TMPL_VAR NAME="script_name" -->'" value="Cancel" /> |
Lines 177-185
Link Here
|
177 |
<!-- TMPL_IF NAME="else" --> |
177 |
<!-- TMPL_IF NAME="else" --> |
178 |
|
178 |
|
179 |
<h2>Currencies and Exchange Rates</h2> |
179 |
<h2>Currencies and Exchange Rates</h2> |
|
|
180 |
|
181 |
<!-- TMPL_IF NAME="loop" --><!-- TMPL_UNLESS NAME="activecurrency" --><div class="dialog alert"><h3>No active currency is defined</h3><p>Please edit one currency and mark it as active.</p></div><!-- /TMPL_UNLESS --><!-- /TMPL_IF --> |
182 |
|
183 |
|
180 |
<!-- TMPL_IF NAME="searchfield" --> |
184 |
<!-- TMPL_IF NAME="searchfield" --> |
181 |
You searched for <!-- TMPL_VAR NAME="searchfield" --></span> |
185 |
You searched for <!-- TMPL_VAR NAME="searchfield" --></span> |
182 |
<!-- /TMPL_IF --> |
186 |
<!-- /TMPL_IF --> |
183 |
|
187 |
|
184 |
<table> |
188 |
<table> |
185 |
<tr> |
189 |
<tr> |
Lines 207-219
Link Here
|
207 |
<!-- /TMPL_LOOP --> |
211 |
<!-- /TMPL_LOOP --> |
208 |
</table> |
212 |
</table> |
209 |
<br> |
213 |
<br> |
210 |
|
214 |
|
211 |
<!-- TMPL_IF NAME="offsetgtzero" --> |
215 |
<!-- TMPL_IF NAME="offsetgtzero" --> |
212 |
<a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="prevpage" -->"><< Previous</a> |
216 |
<a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="prevpage" -->"><< Previous</a> |
213 |
<!-- /TMPL_IF --> |
217 |
<!-- /TMPL_IF --> |
214 |
|
218 |
|
215 |
<!-- TMPL_IF NAME="ltcount" --> |
219 |
<!-- TMPL_IF NAME="ltcount" --> |
216 |
<a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="nextpage" -->">Next >></a> |
220 |
<a href="<!-- TMPL_VAR NAME="script_name" -->?offset=<!-- TMPL_VAR NAME="nextpage" -->">Next >></a> |
217 |
<!-- /TMPL_IF --> |
221 |
<!-- /TMPL_IF --> |
218 |
|
222 |
|
219 |
<!-- /TMPL_IF --> |
223 |
<!-- /TMPL_IF --> |
220 |
- |
|
|