diff options
author | zotlabs <mike@macgirvin.com> | 2017-05-01 21:10:04 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-05-01 21:10:04 -0700 |
commit | e332d1074f1b663ec66d37b0f575df2e41d5535c (patch) | |
tree | 6309a232348eb70ed4db5fbb7ed898f98c5beee8 /view/tpl/generic_addon_settings.tpl | |
parent | 42ed73ed4ac55ac62214301097f7d72cbcb37238 (diff) | |
download | volse-hubzilla-e332d1074f1b663ec66d37b0f575df2e41d5535c.tar.gz volse-hubzilla-e332d1074f1b663ec66d37b0f575df2e41d5535c.tar.bz2 volse-hubzilla-e332d1074f1b663ec66d37b0f575df2e41d5535c.zip |
move theme specific files to theme dir
Diffstat (limited to 'view/tpl/generic_addon_settings.tpl')
-rw-r--r-- | view/tpl/generic_addon_settings.tpl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/view/tpl/generic_addon_settings.tpl b/view/tpl/generic_addon_settings.tpl deleted file mode 100644 index bf39b2aea..000000000 --- a/view/tpl/generic_addon_settings.tpl +++ /dev/null @@ -1,19 +0,0 @@ -<div class="panel"> - <div class="section-subtitle-wrapper" role="tab" id="{{$addon.0}}-settings"> - <h3> - <a title="{{$addon.2}}" data-toggle="collapse" data-parent="#settings" href="#{{$addon.0}}-settings-content" aria-controls="{{$addon.0}}-settings-content"> - {{$addon.1}} - </a> - </h3> - </div> - <div id="{{$addon.0}}-settings-content" class="panel-collapse collapse" role="tabpanel" aria-labelledby="{{$addon.0}}-settings"> - <div class="section-content-tools-wrapper"> - {{$content}} - {{if $addon.0}} - <div class="settings-submit-wrapper" > - <button id="{{$addon.0}}-submit" type="submit" name="{{$addon.0}}-submit" class="btn btn-primary" value="{{$addon.3}}">{{$addon.3}}</button> - </div> - {{/if}} - </div> - </div> -</div> |