Author: jfthomps
Date: Thu Feb  5 19:29:13 2015
New Revision: 1657670

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

requests.php: modified viewRequests: moved width of 500px from connectDlg 
dialog to connectDlgContent content pane - this caused the vertical scroll bar 
to show up when needed

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=1657670&r1=1657669&r2=1657670&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/requests.php (original)
+++ vcl/trunk/web/.ht-inc/requests.php Thu Feb  5 19:29:13 2015
@@ -767,10 +767,9 @@ function viewRequests() {
                $text .= "      title=\"" . _("Connect") . "\"\n";
                $text .= "      duration=250\n";
                $text .= "      autofocus=false\n";
-               $text .= "      draggable=true\n";
-               $text .= "      width=\"500px\"\n";
-               $text .= "      style=\"width: 500px;\">\n";
-               $text .= "   <div dojoType=\"dijit.layout.ContentPane\" 
id=\"connectDlgContent\" style=\"overflow: auto;\"></div>\n";
+               $text .= "      draggable=true>\n";
+               $text .= "   <div dojoType=\"dijit.layout.ContentPane\" 
id=\"connectDlgContent\" ";
+               $text .= "        style=\"overflow: auto; width: 
500px;\"></div>\n";
                $text .= "   <div align=\"center\">\n";
                $text .= "   <button dojoType=\"dijit.form.Button\">\n";
                $text .= "     " . _("Close") . "\n";


Reply via email to