diff options
author | friendica <info@friendica.com> | 2014-03-04 18:12:27 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-04 18:12:27 -0800 |
commit | aa9d25f51764c7bbd2922d6e91f609e89659b2f6 (patch) | |
tree | e97e585ca1c9e6862c1c90328893727a23731f64 /view/tpl/pdledit.tpl | |
parent | a072668f8a92a2accf2eb270a7307e5574a389c6 (diff) | |
download | volse-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/pdledit.tpl')
-rw-r--r-- | view/tpl/pdledit.tpl | 14 |
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> + + |