Skip to content

Commit

Permalink
Disable submit and add docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques committed Jan 19, 2016
1 parent 1562148 commit bad97f9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions settings__autoload.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{include file="header.tpl" title="Autoload Settings"}
{*
* Customer autoload settings page
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Copyright 2014-2016 Jacques Marneweck. All rights strictly reserved.
*}
{include file="header.tpl" title="Autoload Settings" nav="settings"}

<div>
<h2 class="page-header">Autoload Settings</h2>
Expand Down Expand Up @@ -41,7 +50,7 @@
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary">Update Autoload Settings</button>
<button data-disable-with="Processing ..." type="submit" class="btn btn-primary">Update Autoload Settings</button>
</div>
</div>
</form>
Expand Down

0 comments on commit bad97f9

Please sign in to comment.