parent
75f47b74d2
commit
c12542ef96
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
{{ inc $field_radio with $field=$global }}{{ endinc }}
|
||||
{{ inc $field_radio with $field=$individual }}{{ endinc }}
|
||||
{{ inc field_radio.tpl with $field=$global }}{{ endinc }}
|
||||
{{ inc field_radio.tpl with $field=$individual }}{{ endinc }}
|
||||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
||||
|
@ -1,3 +1,3 @@
|
||||
{{include file="file:{{$field_radio}}" field=$global}}
|
||||
{{include file="file:{{$field_radio}}" field=$individual}}
|
||||
{{include file="field_radio.tpl" field=$global}}
|
||||
{{include file="field_radio.tpl" field=$individual}}
|
||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
{{ inc $field_select with $field=$default_avatar}}{{ endinc }}
|
||||
{{ inc $field_select with $field=$rating }}{{ endinc }}
|
||||
{{ inc field_select.tpl with $field=$default_avatar}}{{ endinc }}
|
||||
{{ inc field_select.tpl with $field=$rating }}{{ endinc }}
|
||||
<div class="submit"><input type="submit" value="$submit" /></div>
|
||||
|
@ -1,3 +1,3 @@
|
||||
{{include file="file:{{$field_select}}" field=$default_avatar}}
|
||||
{{include file="file:{{$field_select}}" field=$rating}}
|
||||
{{include file="field_select.tpl" field=$default_avatar}}
|
||||
{{include file="field_select.tpl" field=$rating}}
|
||||
<div class="submit"><input type="submit" value="{{$submit}}" /></div>
|
||||
|
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
{{ inc $field_input with $field=$owner }}{{ endinc }}
|
||||
{{ inc $field_input with $field=$ownerprofile }}{{ endinc }}
|
||||
{{ inc $field_textarea with $field=$postal }}{{ endinc }}
|
||||
{{ inc $field_textarea with $field=$notes }}{{ endinc }}
|
||||
{{ inc $field_input with $field=$email }}{{ endinc }}
|
||||
{{ inc $field_textarea with $field=$footer_text }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$owner }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$ownerprofile }}{{ endinc }}
|
||||
{{ inc field_textarea.tpl with $field=$postal }}{{ endinc }}
|
||||
{{ inc field_textarea.tpl with $field=$notes }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$email }}{{ endinc }}
|
||||
{{ inc field_textarea.tpl with $field=$footer_text }}{{ endinc }}
|
||||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
{{include file="file:{{$field_input}}" field=$owner}}
|
||||
{{include file="file:{{$field_input}}" field=$ownerprofile}}
|
||||
{{include file="file:{{$field_textarea}}" field=$postal}}
|
||||
{{include file="file:{{$field_textarea}}" field=$notes}}
|
||||
{{include file="file:{{$field_input}}" field=$email}}
|
||||
{{include file="file:{{$field_textarea}}" field=$footer_text}}
|
||||
{{include file="field_input.tpl" field=$owner}}
|
||||
{{include file="field_input.tpl" field=$ownerprofile}}
|
||||
{{include file="field_textarea.tpl" field=$postal}}
|
||||
{{include file="field_textarea.tpl" field=$notes}}
|
||||
{{include file="field_input.tpl" field=$email}}
|
||||
{{include file="field_textarea.tpl" field=$footer_text}}
|
||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
||||
|
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
{{ inc $field_select with $field=$default_avatar}}{{ endinc }}
|
||||
{{ inc field_select.tpl with $field=$default_avatar}}{{ endinc }}
|
||||
<div class="submit"><input type="submit" value="$submit" /></div>
|
||||
|
@ -1,2 +1,2 @@
|
||||
{{include file="file:{{$field_select}}" field=$default_avatar}}
|
||||
{{include file="field_select.tpl" field=$default_avatar}}
|
||||
<div class="submit"><input type="submit" value="{{$submit}}" /></div>
|
||||
|
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
{{ inc $field_input with $field=$baseurl }}{{endinc }}
|
||||
{{ inc field_input.tpl with $field=$baseurl }}{{endinc }}
|
||||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
||||
|
@ -1,2 +1,2 @@
|
||||
{{include file="file:{{$field_input}}" field=$baseurl}}
|
||||
{{include file="field_input.tpl" field=$baseurl}}
|
||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
||||
|
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
{{ inc $field_input with $field=$tmsserver }}{{ endinc }}
|
||||
{{ inc $field_input with $field=$zoom }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$tmsserver }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$zoom }}{{ endinc }}
|
||||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
||||
|
@ -1,3 +1,3 @@
|
||||
{{include file="file:{{$field_input}}" field=$tmsserver}}
|
||||
{{include file="file:{{$field_input}}" field=$zoom}}
|
||||
{{include file="field_input.tpl" field=$tmsserver}}
|
||||
{{include file="field_input.tpl" field=$zoom}}
|
||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
||||
|
@ -1,5 +1,5 @@
|
||||
{{ inc $field_input with $field=$baseurl }}{{ endinc }}
|
||||
{{ inc $field_input with $field=$siteid }}{{ endinc }}
|
||||
{{ inc $field_checkbox with $field=$optout }}{{ endinc }}
|
||||
{{ inc $field_checkbox with $field=$async }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$baseurl }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$siteid }}{{ endinc }}
|
||||
{{ inc field_checkbox.tpl with $field=$optout }}{{ endinc }}
|
||||
{{ inc field_checkbox.tpl with $field=$async }}{{ endinc }}
|
||||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
||||
|
@ -1,5 +1,5 @@
|
||||
{{include file="file:{{$field_input}}" field=$baseurl}}
|
||||
{{include file="file:{{$field_input}}" field=$siteid}}
|
||||
{{include file="file:{{$field_checkbox}}" field=$optout}}
|
||||
{{include file="file:{{$field_checkbox}}" field=$async}}
|
||||
{{include file="field_input.tpl" field=$baseurl}}
|
||||
{{include file="field_input.tpl" field=$siteid}}
|
||||
{{include file="field_checkbox.tpl" field=$optout}}
|
||||
{{include file="field_checkbox.tpl" field=$async}}
|
||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
{{ inc $field_radio with $field=$global }}{{ endinc }}
|
||||
{{ inc $field_radio with $field=$individual }}{{ endinc }}
|
||||
{{ inc field_radio.tpl with $field=$global }}{{ endinc }}
|
||||
{{ inc field_radio.tpl with $field=$individual }}{{ endinc }}
|
||||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
{{ inc $field_input with $field=$consumerkey }}{{ endinc }}
|
||||
{{ inc $field_input with $field=$consumersecret }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$consumerkey }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$consumersecret }}{{ endinc }}
|
||||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
||||
|
@ -1,3 +1,3 @@
|
||||
{{include file="file:{{$field_input}}" field=$consumerkey}}
|
||||
{{include file="file:{{$field_input}}" field=$consumersecret}}
|
||||
{{include file="field_input.tpl" field=$consumerkey}}
|
||||
{{include file="field_input.tpl" field=$consumersecret}}
|
||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
||||
|
Binary file not shown.
@ -1,9 +1,9 @@
|
||||
<div class="settings-block">
|
||||
<h3>$title</h3>
|
||||
<p>$desc</p>
|
||||
{{ inc $field_input with $field=$url }}{{ endinc }}
|
||||
{{ inc $field_input with $field=$auth }}{{ endinc }}
|
||||
{{ inc $field_select with $field=$api }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$url }}{{ endinc }}
|
||||
{{ inc field_input.tpl with $field=$auth }}{{ endinc }}
|
||||
{{ inc field_select.tpl with $field=$api }}{{ endinc }}
|
||||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
||||
|
||||
</div>
|
||||
|
@ -1,9 +1,9 @@
|
||||
<div class="settings-block">
|
||||
<h3>{{$title}}</h3>
|
||||
<p>{{$desc}}</p>
|
||||
{{include file="file:{{$field_input}}" field=$url}}
|
||||
{{include file="file:{{$field_input}}" field=$auth}}
|
||||
{{include file="file:{{$field_select}}" field=$api}}
|
||||
{{include file="field_input.tpl" field=$url}}
|
||||
{{include file="field_input.tpl" field=$auth}}
|
||||
{{include file="field_select.tpl" field=$api}}
|
||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
||||
|
||||
</div>
|
||||
|
Binary file not shown.
Loading…
Reference in new issue