Skip to content

Commit

Permalink
Version date updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbezruchkin committed Apr 17, 2018
1 parent f0f68b8 commit 767838b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<ul>
<li>2.0.0
<ul>
<li>Adapted for 4.2 core version</li>
</ul>
</li>
<li>1.2.4
<ul>
<li>Fixes for Popular makes</li>
Expand Down
6 changes: 3 additions & 3 deletions install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<summary>Template for Subrion Autos Script</summary>
<author>Gleb Surinov</author>
<contributor>Intelliants LLC</contributor>
<version>1.2.4</version>
<date>2017-08-09</date>
<compatibility>4.1.5</compatibility>
<version>2.0.0</version>
<date>2018-04-17</date>
<compatibility>4.2</compatibility>

<dependency type="package" exist="1">autos</dependency>

Expand Down
6 changes: 3 additions & 3 deletions render-menu.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@

<div class="form-group">
<label for="field_login">{lang key='username_or_email'}:</label>
<input class="form-control" type="text" tabindex="4" name="username" value="{if isset($smarty.post.username)}{$smarty.post.username|escape}{/if}">
<input class="form-control" type="text" name="username" value="{if isset($smarty.post.username)}{$smarty.post.username|escape}{/if}">
</div>

<div class="form-group">
<label for="field_password">{lang key='password'}:</label>
<input class="form-control" type="password" tabindex="5" name="password">
<input class="form-control" type="password" name="password">
</div>

<div class="form-group form-actions clearfix">
<div class="checkbox pull-left">
<label><input type="checkbox" name="remember"> {lang key='remember_me'}</label>
</div>
<button class="btn btn-primary pull-right" type="submit" tabindex="6" name="login">{lang key='login'}</button>
<button class="btn btn-primary pull-right" type="submit" name="login">{lang key='login'}</button>
<a class="btn btn-link pull-right" href="{$smarty.const.IA_URL}forgot/">{lang key='forgot'}</a>
</div>
</form>
Expand Down

0 comments on commit 767838b

Please sign in to comment.