mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
change field_*.tpl to * in some missed templates
This commit is contained in:
parent
685a677bc9
commit
f0bc8aa1dc
9 changed files with 47 additions and 37 deletions
|
@ -47,6 +47,8 @@
|
|||
{{include file="file:{{$field_select}}" field=$theme}}
|
||||
{{include file="file:{{$field_select}}" field=$theme_mobile}}
|
||||
{{include file="file:{{$field_select}}" field=$ssl_policy}}
|
||||
{{include file="file:{{$field_checkbox}}" field=$new_share}}
|
||||
|
||||
|
||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
||||
|
||||
|
@ -90,6 +92,15 @@
|
|||
{{include file="file:{{$field_input}}" field=$poll_interval}}
|
||||
{{include file="file:{{$field_input}}" field=$maxloadavg}}
|
||||
{{include file="file:{{$field_input}}" field=$abandon_days}}
|
||||
{{include file="file:{{$field_input}}" field=$lockpath}}
|
||||
{{include file="file:{{$field_input}}" field=$temppath}}
|
||||
{{include file="file:{{$field_input}}" field=$basepath}}
|
||||
|
||||
<h3>{{$performance}}</h3>
|
||||
{{include file="file:{{$field_checkbox}}" field=$use_fulltext_engine}}
|
||||
{{include file="file:{{$field_input}}" field=$itemcache}}
|
||||
{{include file="file:{{$field_input}}" field=$itemcache_duration}}
|
||||
|
||||
|
||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue