form styling and admin templates
parent
df7cd7850b
commit
66e193c401
|
@ -20,6 +20,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#statusnet-default-label,
|
#statusnet-default-label,
|
||||||
|
#statusnet-applicationname-label,
|
||||||
#statusnet-sendtaglinks-label,
|
#statusnet-sendtaglinks-label,
|
||||||
#statusnet-shortening-label,
|
#statusnet-shortening-label,
|
||||||
#statusnet-mirror-label,
|
#statusnet-mirror-label,
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
{{ inc field_input.tpl with $field=$s.apiurl }}{{ endinc }}
|
{{ 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.secret }}{{ endinc }}
|
||||||
{{ inc field_input.tpl with $field=$s.key }}{{ endinc }}
|
{{ inc field_input.tpl with $field=$s.key }}{{ endinc }}
|
||||||
|
{{ inc field_input.tpl with $field=$s.applicationname }}{{ endinc }}
|
||||||
{{ if $s.delete }}
|
{{ if $s.delete }}
|
||||||
{{ inc field_checkbox.tpl with $field=$s.delete }}{{ endinc }}
|
{{ inc field_checkbox.tpl with $field=$s.delete }}{{ endinc }}
|
||||||
<hr>
|
<hr>
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
{{include file="field_input.tpl" field=$s.apiurl}}
|
{{include file="field_input.tpl" field=$s.apiurl}}
|
||||||
{{include file="field_input.tpl" field=$s.secret}}
|
{{include file="field_input.tpl" field=$s.secret}}
|
||||||
{{include file="field_input.tpl" field=$s.key}}
|
{{include file="field_input.tpl" field=$s.key}}
|
||||||
|
{{include file="field_input.tpl" field=$s.applicationname}}
|
||||||
{{if $s.delete}}
|
{{if $s.delete}}
|
||||||
{{include file="field_checkbox.tpl" field=$s.delete}}
|
{{include file="field_checkbox.tpl" field=$s.delete}}
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Reference in New Issue