Revision: 2126
http://mrbs.svn.sourceforge.net/mrbs/?rev=2126&view=rev
Author: cimorrison
Date: 2011-10-20 10:17:49 +0000 (Thu, 20 Oct 2011)
Log Message:
-----------
Improved look and feel by not removing the selection box if you're jumping to
edit_entry
Modified Paths:
--------------
mrbs/branches/draggable_bookings/web/Themes/default/header.inc
Modified: mrbs/branches/draggable_bookings/web/Themes/default/header.inc
===================================================================
--- mrbs/branches/draggable_bookings/web/Themes/default/header.inc
2011-10-20 10:10:01 UTC (rev 2125)
+++ mrbs/branches/draggable_bookings/web/Themes/default/header.inc
2011-10-20 10:17:49 UTC (rev 2126)
@@ -1648,13 +1648,13 @@
$(document).unbind('mouseup', upHandler);
<?php // Remove the resizing wrapper so that highlighting comes
back on ?>
$('table.dwm_main').unwrap();
- box.remove();
<?php
// If the user has released the button while outside the table it
means
// they want to canel, so just return.
?>
if (outsideTable({x: e.pageX, y: e.pageY}))
{
+ box.remove();
return;
}
<?php
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits