diff options
| author | lsces <lester@lsces.co.uk> | 2014-05-31 23:09:00 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-05-31 23:09:00 +0100 |
| commit | 04c94e472df94d01cb7bbb0b1ddacdee7429f3a6 (patch) | |
| tree | 0578867ce63af632c81e3a49422217e74b37d19e /templates/remind_password.tpl | |
| parent | 0a7efe8eb1e91e385bf47c0121211ca964fb73fc (diff) | |
| download | users-04c94e472df94d01cb7bbb0b1ddacdee7429f3a6.tar.gz users-04c94e472df94d01cb7bbb0b1ddacdee7429f3a6.tar.bz2 users-04c94e472df94d01cb7bbb0b1ddacdee7429f3a6.zip | |
Modify templates for ink frameworkINK_Port
Diffstat (limited to 'templates/remind_password.tpl')
| -rw-r--r-- | templates/remind_password.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/remind_password.tpl b/templates/remind_password.tpl index 38546db..ef367df 100644 --- a/templates/remind_password.tpl +++ b/templates/remind_password.tpl @@ -16,7 +16,7 @@ {tr}Please follow the instructions in the email.{/tr} {else} {form legend="`$passVerb` my password"} - <div class="control-group"> + <div class="control-group column-group gutters"> {formfeedback warning=$msg.error} {formlabel label="Username or email" for="username"} {forminput} @@ -25,7 +25,7 @@ </div> <div class="control-group submit"> - <input type="submit" class="btn btn-default" name="remind" id="remind" value="{tr}{$passVerb}{/tr} ({tr}password{/tr})" /> + <input type="submit" class="ink-button" name="remind" id="remind" value="{tr}{$passVerb}{/tr} ({tr}password{/tr})" /> </div> {/form} {/if} |
