diff options
-rw-r--r-- | mod/pdledit.php | 1 | ||||
-rw-r--r-- | view/tpl/pdledit.tpl | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/mod/pdledit.php b/mod/pdledit.php index e3ff2292d..36b9a0c14 100644 --- a/mod/pdledit.php +++ b/mod/pdledit.php @@ -52,6 +52,7 @@ function pdledit_content(&$a) { $o = replace_macros(get_markup_template('pdledit.tpl'),array( '$header' => t('Edit System Page Description'), '$mname' => t('Module Name:'), + '$help' => t('Layout Help'), '$module' => argv(1), '$content' => htmlspecialchars($t,ENT_COMPAT,'UTF-8'), '$submit' => t('Submit') diff --git a/view/tpl/pdledit.tpl b/view/tpl/pdledit.tpl index 520c032e3..ef8ff8dce 100644 --- a/view/tpl/pdledit.tpl +++ b/view/tpl/pdledit.tpl @@ -2,6 +2,13 @@ <h2>{{$mname}} {{$module}}</h2> +<br /> +<a href="help/Comanche" target="redmatrix-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> |