mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
[cookienotice] Move user addon settings to admin page
- Reformat code - Remove uninstall function which doesn't include any specific uninstalling code besides hooks
This commit is contained in:
parent
582bec6415
commit
31e89b43fe
4 changed files with 41 additions and 69 deletions
6
cookienotice/templates/admin.tpl
Normal file
6
cookienotice/templates/admin.tpl
Normal file
|
@ -0,0 +1,6 @@
|
|||
<p>{{$description nofilter}}</p>
|
||||
{{include file="field_textarea.tpl" field=$text}}
|
||||
{{include file="field_input.tpl" field=$oktext}}
|
||||
<div class="settings-submit-wrapper" >
|
||||
<input type="submit" id="cookienotice-submit" name="cookienotice-submit" class="settings-submit" value="{{$submit}}" />
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue