diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:50:36 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:50:36 +0000 |
commit | fb46a6beea8dfddde229a1fbb9c4cfc7938a74c1 (patch) | |
tree | 9be8e18b5924a866d2b5d7fb8847046dba7b0d9f /templates/editbookmark.tpl.php | |
parent | 1c5685d68f1b73270fb814fe04cbb490eb90ba5f (diff) | |
download | semanticscuttle-fb46a6beea8dfddde229a1fbb9c4cfc7938a74c1.tar.gz semanticscuttle-fb46a6beea8dfddde229a1fbb9c4cfc7938a74c1.tar.bz2 |
Minor fix: point to online DOJO library (because DOJO is an heavy library)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@160 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/editbookmark.tpl.php')
-rw-r--r-- | templates/editbookmark.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editbookmark.tpl.php b/templates/editbookmark.tpl.php index 0b6899b..f6affc4 100644 --- a/templates/editbookmark.tpl.php +++ b/templates/editbookmark.tpl.php @@ -44,7 +44,7 @@ switch ($row['bStatus']) { <th align="left"><?php echo T_('Tags'); ?></th> <td class="scuttletheme"> <span dojoType="dojo.data.ItemFileReadStore" jsId="memberTagStore" url="<?php echo $GLOBALS['root']?>ajax/gettags.php"></span> - <input type="text" dojoType="dojox.widget.MultiComboBox" id="tags" name="tags" size="75" value="<?php echo filter(implode(', ', $row['tags']), 'xml'); ?>" store="memberTagStore" delimiter="," searchAttr="tag" hasDownArrow="false"/></td> + <input type="text" dojoType="dojox.form.MultiComboBox" id="tags" name="tags" size="75" value="<?php echo filter(implode(', ', $row['tags']), 'xml'); ?>" store="memberTagStore" delimiter="," searchAttr="tag" hasDownArrow="false"/></td> <td>← <?php echo T_('Comma-separated'); ?></td> </tr> |