Module: nagvis Branch: master Commit: 6a7786f35f79fd1867769bdd2a470992ec64d0e7 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=6a7786f35f79fd1867769bdd2a470992ec64d0e7
Author: Lars Michelsen <[email protected]> Date: Sun Oct 25 19:37:51 2009 +0100 #150 Implemented simple line without arrows --- .../frontend/wui/includes/classes/WuiAddModify.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/frontend/wui/includes/classes/WuiAddModify.php b/share/frontend/wui/includes/classes/WuiAddModify.php index a2af711..45d8df3 100644 --- a/share/frontend/wui/includes/classes/WuiAddModify.php +++ b/share/frontend/wui/includes/classes/WuiAddModify.php @@ -208,7 +208,7 @@ class WuiAddModify extends GlobalPage { break; case 'line_type': - $options = Array(Array('label' => '------><------', 'value' => '10'), Array('label' => '-------------->', 'value'=>'11')); + $options = Array(Array('label' => '------><------', 'value' => '10'), Array('label' => '-------------->', 'value'=>'11'), Array('label' => '---------------', 'value'=>'12')); $selected = $this->MAPCFG->getValue($this->prop['type'],$this->prop['id'],$propname,TRUE); break; ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
