form styling and admin templates
This commit is contained in:
parent
df7cd7850b
commit
66e193c401
3 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
}
|
||||
|
||||
#statusnet-default-label,
|
||||
#statusnet-applicationname-label,
|
||||
#statusnet-sendtaglinks-label,
|
||||
#statusnet-shortening-label,
|
||||
#statusnet-mirror-label,
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
{{ inc field_input.tpl with $field=$s.apiurl }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$s.secret }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$s.key }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$s.applicationname }}{{ endinc }}
|
||||
{{ if $s.delete }}
|
||||
{{ inc field_checkbox.tpl with $field=$s.delete }}{{ endinc }}
|
||||
<hr>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
{{include file="field_input.tpl" field=$s.apiurl}}
|
||||
{{include file="field_input.tpl" field=$s.secret}}
|
||||
{{include file="field_input.tpl" field=$s.key}}
|
||||
{{include file="field_input.tpl" field=$s.applicationname}}
|
||||
{{if $s.delete}}
|
||||
{{include file="field_checkbox.tpl" field=$s.delete}}
|
||||
<hr>
|
||||
|
|
Loading…
Reference in a new issue