diff options
| author | Christian Fowler <spider@viovio.com> | 2010-02-10 17:57:33 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2010-02-10 17:57:33 +0000 |
| commit | 252dfd53c1be85cd1d2331b88adb0c66b65c7cc2 (patch) | |
| tree | bb6e8c094b749f4422e66ee7c6d8b0fcf7e676a6 /templates/edit_format.tpl | |
| parent | 4f0477dbc4341b6edd91b649da98ffbc329de7b4 (diff) | |
| download | liberty-252dfd53c1be85cd1d2331b88adb0c66b65c7cc2.tar.gz liberty-252dfd53c1be85cd1d2331b88adb0c66b65c7cc2.tar.bz2 liberty-252dfd53c1be85cd1d2331b88adb0c66b65c7cc2.zip | |
update javascript to use BitBase namespace
Diffstat (limited to 'templates/edit_format.tpl')
| -rw-r--r-- | templates/edit_format.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_format.tpl b/templates/edit_format.tpl index 65b9862..55a9b29 100644 --- a/templates/edit_format.tpl +++ b/templates/edit_format.tpl @@ -56,9 +56,9 @@ {foreach from=$gLibertySystem->mPlugins item=tag key=guid} {if $tag.is_active eq 'y' and $tag.edit_field and $tag.plugin_type eq 'format'} {if $tag.plugin_guid eq $plugin.plugin_guid} - showById + BitBase.showById {else} - hideById + BitBase.hideById {/if} ('qt{$textarea_id}{$tag.plugin_guid}'); {/if} |
