forked from friendica/friendica-addons
Merge pull request #319 from tobiasd/20151101-mailstream
mailstream: foldable settings
This commit is contained in:
commit
d4e26fd5e9
|
@ -1,10 +1,10 @@
|
||||||
{{*
|
<span id="settings_mailstream_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose('settings_mailstream_expanded'); openClose('settings_mailstream_inflated');">
|
||||||
* AUTOMATICALLY GENERATED TEMPLATE
|
<h3>{{$title}}</h3>
|
||||||
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
</span>
|
||||||
*
|
<div id="settings_mailstream_expanded" class="settings-block" style="display: none;">
|
||||||
*}}
|
<span class="fakelink" onclick="openClose('settings_mailstream_expanded'); openClose('settings_mailstream_inflated');">
|
||||||
<div class="settings-block">
|
|
||||||
<h3>{{$title}}</h3>
|
<h3>{{$title}}</h3>
|
||||||
|
</span>
|
||||||
{{include file="field_input.tpl" field=$address}}
|
{{include file="field_input.tpl" field=$address}}
|
||||||
{{include file="field_checkbox.tpl" field=$enabled}}
|
{{include file="field_checkbox.tpl" field=$enabled}}
|
||||||
<input type="submit" value="{{$submit}}">
|
<input type="submit" value="{{$submit}}">
|
||||||
|
|
Loading…
Reference in a new issue