aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-04 18:12:27 -0800
committerfriendica <info@friendica.com>2014-03-04 18:12:27 -0800
commitaa9d25f51764c7bbd2922d6e91f609e89659b2f6 (patch)
treee97e585ca1c9e6862c1c90328893727a23731f64 /view/tpl
parenta072668f8a92a2accf2eb270a7307e5574a389c6 (diff)
downloadvolse-hubzilla-aa9d25f51764c7bbd2922d6e91f609e89659b2f6.tar.gz
volse-hubzilla-aa9d25f51764c7bbd2922d6e91f609e89659b2f6.tar.bz2
volse-hubzilla-aa9d25f51764c7bbd2922d6e91f609e89659b2f6.zip
add system PDL editor (lets you change/personalise the layout for any module which has a system PDL file.)
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/pdledit.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/view/tpl/pdledit.tpl b/view/tpl/pdledit.tpl
new file mode 100644
index 000000000..520c032e3
--- /dev/null
+++ b/view/tpl/pdledit.tpl
@@ -0,0 +1,14 @@
+<h1>{{$header}}</h1>
+
+<h2>{{$mname}} {{$module}}</h2>
+
+<form action="pdledit" method="post" >
+<input type="hidden" name="module" value="{{$module}}" />
+<textarea rows="24" cols="80" name="content">{{$content}}</textarea>
+
+<br />
+<input type="submit" name="submit" value="{{$submit}}" />
+
+</form>
+
+