2016-03-20 08:06:33 +01:00
|
|
|
<div class="generic-content-wrapper-styled">
|
2015-08-23 22:38:18 +02:00
|
|
|
<h1>{{$header}}</h1>
|
|
|
|
|
|
|
|
<h2>{{$mname}} {{$module}}</h2>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
<a href="help/Comanche" target="hubzilla-help">{{$help}}</a>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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>
|
2016-04-17 16:29:18 +02:00
|
|
|
<script>
|
|
|
|
$('textarea').bbco_autocomplete('comanche');
|
|
|
|
</script>
|
2016-03-20 08:06:33 +01:00
|
|
|
</div>
|