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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/opac.css (-2 / +3 lines)
Lines 350-357 td { Link Here
350
  padding: .8em;
350
  padding: .8em;
351
  margin: .5em 0;
351
  margin: .5em 0;
352
  background: #c7c7c1;
352
  background: #c7c7c1;
353
  /* Old browsers */
353
  /* Old   font-size: 12px;
354
354
 */
355
browsers
355
  background: -moz-linear-gradient(top, #c7c7c1 38%, #a7a7a2 100%);
356
  background: -moz-linear-gradient(top, #c7c7c1 38%, #a7a7a2 100%);
356
  /* FF3.6+ */
357
  /* FF3.6+ */
357
358
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt (-5 / +1 lines)
Lines 44-56 Link Here
44
                    [% IF ( OpacPasswordChange ) %]
44
                    [% IF ( OpacPasswordChange ) %]
45
                        [% IF ( Ask_data ) %]
45
                        [% IF ( Ask_data ) %]
46
                            <form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="post">
46
                            <form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="post">
47
                                <fieldset>
48
                                    [% UNLESS ( ShortPass ) %]<div class="alert alert-info">Your password must be at least [% minpasslen %] characters long.</div>[% END %]
47
                                    [% UNLESS ( ShortPass ) %]<div class="alert alert-info">Your password must be at least [% minpasslen %] characters long.</div>[% END %]
49
                                    <label for="Oldkey">Current password:</label> <input type="password" id="Oldkey" size="25"  name="Oldkey" />
48
                                    <label for="Oldkey">Current password:</label> <input type="password" id="Oldkey" size="25"  name="Oldkey" />
50
                                    <label for="Newkey">New password:</label> <input type="password" id="Newkey"  size="25"  name="Newkey" />
49
                                    <label for="Newkey">New password:</label> <input type="password" id="Newkey"  size="25"  name="Newkey" />
51
                                    <label for="Confirm">Re-type new password:</label> <input type="password"  id="Confirm" size="25" name="Confirm" />
50
                                    <label for="Confirm">Re-type new password:</label> <input type="password"  id="Confirm" size="25" name="Confirm" /><input type="submit" value="Submit changes" class="btn" /> <a href="/cgi-bin/koha/opac-user.pl" class="cancel">Cancel</a>
52
                                </fieldset>
53
                                <fieldset class="action"><input type="submit" value="Submit changes" class="btn" /> <a href="/cgi-bin/koha/opac-user.pl" class="cancel">Cancel</a></fieldset>
54
                            </form>
51
                            </form>
55
                        [% END # /IF Ask_data %]
52
                        [% END # /IF Ask_data %]
56
                    [% ELSE %]
53
                    [% ELSE %]
57
- 

Return to bug 11566