diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-17 11:27:13 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-17 11:27:13 -0700 |
commit | 7ba37bd91a43321196e6d867caf9e298e82c6d6c (patch) | |
tree | 280b6c5d270c28457219859f189e3cb6c3895939 /tpl/install.twig | |
parent | 667009727a38890eb651815843c1bc02869a4119 (diff) | |
parent | 9067b484ce8289eec6979cf6c8e3cbfb3bd5b10c (diff) | |
download | wallabag-7ba37bd91a43321196e6d867caf9e298e82c6d6c.tar.gz wallabag-7ba37bd91a43321196e6d867caf9e298e82c6d6c.tar.zst wallabag-7ba37bd91a43321196e6d867caf9e298e82c6d6c.zip |
Merge pull request #141 from inthepoche/dev1.0-beta3
beta3
Diffstat (limited to 'tpl/install.twig')
-rw-r--r-- | tpl/install.twig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tpl/install.twig b/tpl/install.twig index 8bcede0d..afb5b0f6 100644 --- a/tpl/install.twig +++ b/tpl/install.twig | |||
@@ -7,21 +7,21 @@ | |||
7 | <p> | 7 | <p> |
8 | {% trans "poche is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://inthepoche.com/?pages/Documentation'>read the documentation on poche website</a>." %} | 8 | {% trans "poche is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://inthepoche.com/?pages/Documentation'>read the documentation on poche website</a>." %} |
9 | </p> | 9 | </p> |
10 | <div class="row"> | 10 | <p class="row"> |
11 | <label class="col w150p" for="login">{% trans "Login" %}</label> | 11 | <label class="col w150p" for="login">{% trans "Login" %}</label> |
12 | <input class="col" type="text" id="login" name="login" placeholder="Login" tabindex="1" autofocus /> | 12 | <input class="col" type="text" id="login" name="login" placeholder="Login" tabindex="1" autofocus /> |
13 | </div> | 13 | </p> |
14 | <div class="row"> | 14 | <p class="row"> |
15 | <label class="col w150p" for="password">{% trans "Password" %}</label> | 15 | <label class="col w150p" for="password">{% trans "Password" %}</label> |
16 | <input class="col" type="password" id="password" name="password" placeholder="Password" tabindex="2"> | 16 | <input class="col" type="password" id="password" name="password" placeholder="Password" tabindex="2"> |
17 | </div> | 17 | </p> |
18 | <div class="row"> | 18 | <p class="row"> |
19 | <label class="col w150p" for="password_repeat">{% trans "Repeat your password" %}</label> | 19 | <label class="col w150p" for="password_repeat">{% trans "Repeat your password" %}</label> |
20 | <input class="col" type="password" id="password_repeat" name="password_repeat" placeholder="Password" tabindex="3"> | 20 | <input class="col" type="password" id="password_repeat" name="password_repeat" placeholder="Password" tabindex="3"> |
21 | </div> | 21 | </p> |
22 | <div class="row mts txtcenter"> | 22 | <p class="row mts txtcenter"> |
23 | <button class="bouton" type="submit" tabindex="4">{% trans "Install" %}</button> | 23 | <button class="bouton" type="submit" tabindex="4">{% trans "Install" %}</button> |
24 | </div> | 24 | </p> |
25 | </fieldset> | 25 | </fieldset> |
26 | <input type="hidden" name="token" value="{{ token }}"> | 26 | <input type="hidden" name="token" value="{{ token }}"> |
27 | </form> | 27 | </form> |