add system PDL editor (lets you change/personalise the layout for any module which has a system PDL file.)

This commit is contained in:
friendica
2014-03-04 18:12:27 -08:00
parent a072668f8a
commit aa9d25f517
2 changed files with 75 additions and 0 deletions

14
view/tpl/pdledit.tpl Normal file
View File

@@ -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>