*/ class LSformElement_url extends LSformElement_text { var $JSscripts = array( 'LSformElement_url.js' ); var $fetchVariables = array( 'additionalCssClass' => array('LSformElement_url'), 'uriPrefix' => '' ); var $fieldTemplate = 'LSformElement_uri_field.tpl'; public function getDisplay() { LStemplate :: addHelpInfo( 'LSformElement_url', array( 'go' => _("Display this website."), 'fav' => _("Add this website to my bookmarks.") ) ); return parent :: getDisplay(); } }