Author: jfthomps
Date: Mon Dec 15 19:37:57 2014
New Revision: 1645732

URL: http://svn.apache.org/r1645732
Log:
VCL-780 - combine new reservation and current reservations pages

requests.php: expanded width of delete dialog from 300px to 315px because there 
was some poor string wrapping at 300px

Modified:
    vcl/trunk/web/.ht-inc/requests.php

Modified: vcl/trunk/web/.ht-inc/requests.php
URL: 
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/requests.php?rev=1645732&r1=1645731&r2=1645732&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/requests.php (original)
+++ vcl/trunk/web/.ht-inc/requests.php Mon Dec 15 19:37:57 2014
@@ -548,7 +548,7 @@ function viewRequests() {
                $text .= "      title=\"" . _("Delete Reservation") . "\"\n";
                $text .= "      duration=250\n";
                $text .= "      draggable=true\n";
-               $text .= "      style=\"width: 300px;\">\n";
+               $text .= "      style=\"width: 315px;\">\n";
                $text .= "   <div id=\"endResDlgContent\"></div>\n";
                $text .= "   <input type=\"hidden\" id=\"endrescont\">\n";
                $text .= "   <input type=\"hidden\" id=\"endresid\">\n";


Reply via email to