2013-01-11 16:57:11 +00:00
|
|
|
{{*
|
|
|
|
* AUTOMATICALLY GENERATED TEMPLATE
|
|
|
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
|
|
|
*
|
2013-01-11 17:00:10 +00:00
|
|
|
*}}
|
|
|
|
<h1>{{$title}}</h1>
|
2012-12-22 19:57:29 +00:00
|
|
|
|
|
|
|
<form method="POST">
|
|
|
|
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
|
|
|
|
2012-12-25 19:05:46 +00:00
|
|
|
{{include file="field_input.tpl" field=$name}}
|
|
|
|
{{include file="field_input.tpl" field=$key}}
|
|
|
|
{{include file="field_input.tpl" field=$secret}}
|
|
|
|
{{include file="field_input.tpl" field=$redirect}}
|
|
|
|
{{include file="field_input.tpl" field=$icon}}
|
2012-12-22 19:57:29 +00:00
|
|
|
|
|
|
|
<div class="settings-submit-wrapper" >
|
|
|
|
<input type="submit" name="submit" class="settings-submit" value="{{$submit}}" />
|
|
|
|
<input type="submit" name="cancel" class="settings-submit" value="{{$cancel}}" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</form>
|