Revision: 1618
http://mrbs.svn.sourceforge.net/mrbs/?rev=1618&view=rev
Author: cimorrison
Date: 2010-11-18 19:12:18 +0000 (Thu, 18 Nov 2010)
Log Message:
-----------
Restored the "Goto" button in the header. MRBS will still automatically go to
the new date when it is changed in the datepicker, but there are occasions when
you just want to go to the date that is already there - for example if you been
on the Search or Report pages.
Modified Paths:
--------------
mrbs/trunk/web/Themes/default/header.inc
Modified: mrbs/trunk/web/Themes/default/header.inc
===================================================================
--- mrbs/trunk/web/Themes/default/header.inc 2010-11-18 19:02:44 UTC (rev
1617)
+++ mrbs/trunk/web/Themes/default/header.inc 2010-11-18 19:12:18 UTC (rev
1618)
@@ -916,10 +916,11 @@
{
echo "<input type=\"hidden\" name=\"room\" value=\"$room\">\n";
}
- // We set class = "js_none" because if JavaScript is enabled we
want the
- // submit button to disappear because the form will be
automatically submitted
- // when the datepicker closes
- echo "<input class=\"js_none\" type=\"submit\" value=\"" .
get_vocab("goto") . "\">\n";
+ // Although the datepicker will automatically go to the new date
when
+ // the date is changed, we still need a submit button because there
+ // are occasions when you want to go to the date without changing
it -
+ // for example when you've been on a Search or Report page
+ echo "<input type=\"submit\" value=\"" . get_vocab("goto") .
"\">\n";
?>
</div>
</form>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits