form styling and admin templates

pull/101/head^2
Tobias Diekershoff 2013-02-19 09:23:01 +01:00
parent df7cd7850b
commit 66e193c401
3 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@
}
#statusnet-default-label,
#statusnet-applicationname-label,
#statusnet-sendtaglinks-label,
#statusnet-shortening-label,
#statusnet-mirror-label,

View File

@ -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>

View File

@ -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>