diff options
| author | wjames5 <will@tekimaki.com> | 2008-12-20 22:01:11 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-12-20 22:01:11 +0000 |
| commit | 19639eacc9592404b306a074333c89424dda61c6 (patch) | |
| tree | 63c4630843160be123ce828a498a111f28b83a09 | |
| parent | 3001e366a3db19799f504039e605a0ffd6b6d267 (diff) | |
| download | liberty-19639eacc9592404b306a074333c89424dda61c6.tar.gz liberty-19639eacc9592404b306a074333c89424dda61c6.tar.bz2 liberty-19639eacc9592404b306a074333c89424dda61c6.zip | |
set a default id if we dont have one
| -rw-r--r-- | templates/edit_help_inc.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_help_inc.tpl b/templates/edit_help_inc.tpl index dc4e673..a5eae3b 100644 --- a/templates/edit_help_inc.tpl +++ b/templates/edit_help_inc.tpl @@ -1,5 +1,5 @@ {strip} -{* $Header: /cvsroot/bitweaver/_bit_liberty/templates/edit_help_inc.tpl,v 1.30 2008/08/31 22:42:04 laetzer Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_liberty/templates/edit_help_inc.tpl,v 1.31 2008/12/20 22:01:11 wjames5 Exp $ *} {if $dataplugins} {jstab title="Data Plugins"} @@ -19,7 +19,7 @@ <ul> <li class="{cycle values="odd,even"}"><strong>{tr}Description{/tr}:</strong> {$p.description}</li> <li class="{cycle}"><strong>{tr}Syntax{/tr}:</strong> - <a href="#" title="{tr}Click to insert syntax into editor{/tr}" onclick="javascript:insertAt('{$textarea_id}','{$p.syntax|@addslashes}');">{$p.syntax}</a> + <a href="#" title="{tr}Click to insert syntax into editor{/tr}" onclick="javascript:insertAt('{$textarea_id|default:$smarty.const.LIBERTY_TEXT_AREA}','{$p.syntax|@addslashes}');">{$p.syntax}</a> </li> <li class="{cycle}"><strong>{tr}Online Help{/tr}:</strong> {jspopup href="http://www.bitweaver.org/wiki/`$p.help_page`" title=`$p.help_page` class="external"}</li> </ul> |
