Skip to content

Commit

Permalink
Minor tweak to password authorization screen
Browse files Browse the repository at this point in the history
  • Loading branch information
J. David Bavousett committed May 3, 2010
1 parent e7f9964 commit cf8741a
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 @@ -252,24 +252,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="RESERVED" --> <!-- TMPL_IF NAME="RESERVED" -->
<p> <p>
Expand Down

0 comments on commit cf8741a

Please sign in to comment.