
sunnavy at bestpractical
Oct 28, 2009, 5:43 AM
Post #1 of 1
(184 views)
Permalink
|
|
rt branch, 3.8-trunk, updated. rt-3.8.6-49-ga7c75ae
|
|
The branch, 3.8-trunk has been updated via a7c75aeff4f684a06ff12e29113536bdee2cbe34 (commit) from 0df8fb6894d3dfc1cb3d07543ce87f8881df25b2 (commit) Summary of changes: share/html/Widgets/SelectionBox | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) - Log ----------------------------------------------------------------- commit a7c75aeff4f684a06ff12e29113536bdee2cbe34 Author: sunnavy <sunnavy [at] bestpractical> Date: Wed Oct 28 20:43:04 2009 +0800 tiny typo fix diff --git a/share/html/Widgets/SelectionBox b/share/html/Widgets/SelectionBox index 7a2e5ad..fe64948 100644 --- a/share/html/Widgets/SelectionBox +++ b/share/html/Widgets/SelectionBox @@ -68,7 +68,7 @@ %# and @selected is an arrayref of selected values from @items. %# %# and in html: -%# <& /Widgets/SelectionBox:sow, self => $sel &> +%# <& /Widgets/SelectionBox:show, self => $sel &> %# %# if the SelectionBox is created with AutoSave option, OnSubmit will be called %# on every button clicked in non-js mode. ----------------------------------------------------------------------- _______________________________________________ Rt-commit mailing list Rt-commit [at] lists http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|