From: <gem...@li...> - 2012-02-14 10:34:32
|
Revision: 471 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=471&view=rev Author: mennodekker Date: 2012-02-14 10:34:21 +0000 (Tue, 14 Feb 2012) Log Message: ----------- minor display fixes and added login to project.ini Modified Paths: -------------- branches/1.5.x/library/classes/Gems/Default/RespondentAction.php branches/1.5.x/new_project/application/configs/project.ini branches/1.5.x/new_project/htdocs/gems/css/gems-new.css Modified: branches/1.5.x/library/classes/Gems/Default/RespondentAction.php =================================================================== --- branches/1.5.x/library/classes/Gems/Default/RespondentAction.php 2012-02-14 10:20:56 UTC (rev 470) +++ branches/1.5.x/library/classes/Gems/Default/RespondentAction.php 2012-02-14 10:34:21 UTC (rev 471) @@ -148,7 +148,7 @@ $bridge->addDate( 'grs_birthday', 'jQueryParams', array('defaultDate' => '-30y', 'maxDate' => 0, 'yearRange' => ($year - 130) . ':' . $year)) ->addValidator(new MUtil_Validate_Date_DateBefore()); - $bridge->addSelect( 'gr2o_id_physician'); + //$bridge->addSelect( 'gr2o_id_physician'); $bridge->addText( 'gr2o_treatment', 'size', 30, 'description', $this->_('DBC\'s, etc...')); $bridge->addTextarea('gr2o_comments', 'rows', 4, 'cols', 60); @@ -404,4 +404,4 @@ $params['respondentData'] = $data; $this->addSnippets($this->showSnippets, $params); } -} \ No newline at end of file +} Modified: branches/1.5.x/new_project/application/configs/project.ini =================================================================== --- branches/1.5.x/new_project/application/configs/project.ini 2012-02-14 10:20:56 UTC (rev 470) +++ branches/1.5.x/new_project/application/configs/project.ini 2012-02-14 10:34:21 UTC (rev 471) @@ -171,6 +171,7 @@ layoutPrepare.title = 1 layoutPrepare.projectName = header +layoutPrepare.login = header_bar layoutPrepare.contact = header_bar layoutPrepare.localeSet = header_bar layoutPrepare.organizationSwitcher = header_bar @@ -185,6 +186,7 @@ layoutPrepare.dojo = 0 layoutPrepare.jQuery = 1 +layoutPrepare.login.class = rightFloat layoutPrepareArgs.contact.class = rightFloat layoutPrepareArgs.time.class = rightFloat layoutPrepareArgs.user.class = rightFloat Modified: branches/1.5.x/new_project/htdocs/gems/css/gems-new.css =================================================================== --- branches/1.5.x/new_project/htdocs/gems/css/gems-new.css 2012-02-14 10:20:56 UTC (rev 470) +++ branches/1.5.x/new_project/htdocs/gems/css/gems-new.css 2012-02-14 10:34:21 UTC (rev 471) @@ -224,6 +224,11 @@ width: 100%; } +#login .logout { + margin-left: 1em; + margin-right: .5em; +} + img { border: 0 solid transparent; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |