]> git.mxchange.org Git - friendica-addons.git/commitdiff
mailstream: foldable settings
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 1 Nov 2015 14:06:25 +0000 (15:06 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 1 Nov 2015 14:06:25 +0000 (15:06 +0100)
mailstream/templates/settings.tpl

index 8729b7b5273cbd71bf334482ed754fe266a3fbba..bd24e38fa9a168c7400dfdb2be3d94b727a6d5bc 100644 (file)
@@ -1,10 +1,10 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
-<div class="settings-block">
+<span id="settings_mailstream_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose('settings_mailstream_expanded'); openClose('settings_mailstream_inflated');">
+<h3>{{$title}}</h3>
+</span>
+<div id="settings_mailstream_expanded" class="settings-block" style="display: none;">
+<span class="fakelink" onclick="openClose('settings_mailstream_expanded'); openClose('settings_mailstream_inflated');">
   <h3>{{$title}}</h3>
+  </span>
 {{include file="field_input.tpl" field=$address}}
 {{include file="field_checkbox.tpl" field=$enabled}}
   <input type="submit" value="{{$submit}}">