Commit ba12088ba2db7ea4d657ba38296231fdd919fa1d
1 parent
0839e832
fix for KTS-496
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5002 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
5 additions
and
4 deletions
templates/ktcore/help_with_edit.smarty
| ... | ... | @@ -11,8 +11,9 @@ |
| 11 | 11 | {/if} |
| 12 | 12 | |
| 13 | 13 | <hr /> |
| 14 | -<p><a href="{ktLink base="admin.php" subpath="/misc/helpmanagement" query="?action=customise&name=`$target_name`"}" class="ktAction ktEdit" style="float: | |
| 15 | -left; padding-right: 0.5em;">{i18n}Edit this help page.{/i18n}</a><a href="{$rootUrl}/admin.php/misc/helpmanagement?action=customise&name={$target_name}">{i18n}Edit this help page.{/i18n}</a><br/> | |
| 14 | +<p><a href="{ktLink base="admin.php" subpath="/misc/helpmanagement" query="action=customise&name=`$target_name`"}" class="ktAction ktEdit" style="float: | |
| 15 | +left; padding-right: 0.5em;">{i18n}Edit this help page.{/i18n}</a><a href="{ktLink base="admin.php" subpath="/misc/helpmanagement" query="action=customise&name=`$target_name`"}">{i18n}Edit this help page.{/i18n}</a><br/> | |
| 16 | 16 | |
| 17 | -<a href="{$rootUrl}/help.php?action=go_back&back_key={$back_key}" class="ktAction ktBack" style="float: | |
| 18 | -left; padding-right: 0.5em;">{i18n}Return to where you came from.{/i18n}</a><a href="{$rootUrl}/help.php?action=go_back&back_key={$back_key}">{i18n}Return to where you came from.{/i18n}</a></p> | |
| 17 | +<a href="{ktLink base="help.php" query="action=go_back&back_key=`$back_key`"}" class="ktAction ktBack" style="float: | |
| 18 | +left; padding-right: 0.5em;">{i18n}Return to where you came from.{/i18n}</a><a href="{ktLink base="help.php" query="action=go_back&back_key=`$back_key`"}">{i18n}Return to where you came from.{/i18n}</a></p> | |
| 19 | + | |
| 19 | 20 | \ No newline at end of file | ... | ... |