mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
small fixes; update smarty3 templates
This commit is contained in:
parent
11c06e21b7
commit
e736abd372
56 changed files with 303 additions and 311 deletions
|
@ -3,11 +3,11 @@
|
|||
<form method="POST">
|
||||
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
||||
|
||||
{{include file="file:{{$field_input}}" field=$name}}
|
||||
{{include file="file:{{$field_input}}" field=$key}}
|
||||
{{include file="file:{{$field_input}}" field=$secret}}
|
||||
{{include file="file:{{$field_input}}" field=$redirect}}
|
||||
{{include file="file:{{$field_input}}" field=$icon}}
|
||||
{{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}}
|
||||
|
||||
<div class="settings-submit-wrapper" >
|
||||
<input type="submit" name="submit" class="settings-submit" value="{{$submit}}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue