aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/pdledit.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/pdledit.tpl')
-rw-r--r--view/tpl/pdledit.tpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/view/tpl/pdledit.tpl b/view/tpl/pdledit.tpl
index 9df93e4c6..3e1f5a3fc 100644
--- a/view/tpl/pdledit.tpl
+++ b/view/tpl/pdledit.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper-styled">
<h1>{{$header}}</h1>
<h2>{{$mname}} {{$module}}</h2>
@@ -17,5 +18,7 @@
<input type="submit" name="submit" value="{{$submit}}" />
</form>
-
-
+<script>
+ $('textarea').bbco_autocomplete('comanche');
+</script>
+</div>