Skip to content

Commit

Permalink
Merge branch 'Bug3506' into ptfs-master
Browse files Browse the repository at this point in the history
  • Loading branch information
J. David Bavousett committed May 3, 2010
2 parents 1e35a1e + cf8741a commit dcc100f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -293,24 +293,12 @@ function refocus(calendar) {
<label><strong>Superlibrarian Authorization Required</strong></label> <label><strong>Superlibrarian Authorization Required</strong></label>
</p><p> </p><p>
<label for="auth_username">Username:</label> <label for="auth_username">Username:</label>
<input type="text" id="auth_username" name="auth_username" /> <input type="text" id="auth_username" name="auth_username" /></p><p>
<label for="auth_password">Password:</label> <label for="auth_password">Password:</label>
<input type="password" id="auth_password" name="auth_password" /> <input type="password" id="auth_password" name="auth_password" />
</p> </p>
<!-- /TMPL_IF --> <!-- /TMPL_IF -->
<!-- /TMPL_IF --> <!-- /TMPL_IF -->
<!-- TMPL_IF NAME="RESERVE_WAITING" -->
<!-- TMPL_IF NAME="DisableHoldsIssueOverrideUnlessAuthorised" -->
<p>
<label><strong>Superlibrarian Authorization Required</strong></label>
</p><p>
<label for="auth_username">Username:</label>
<input type="text" id="auth_username" name="auth_username" />
<label for="auth_password">Password:</label>
<input type="password" id="auth_password" name="auth_password" />
</p>
<!-- /TMPL_IF -->
<!-- /TMPL_IF -->


<!-- TMPL_IF NAME="DisableHoldsIssueOverrideUnlessAuthorised" --> <!-- TMPL_IF NAME="DisableHoldsIssueOverrideUnlessAuthorised" -->
<p> <p>
Expand Down

0 comments on commit dcc100f

Please sign in to comment.