diff --git a/xCAT-web/config/change.php b/xCAT-web/config/change.php index beff421fa..2fb43177f 100644 --- a/xCAT-web/config/change.php +++ b/xCAT-web/config/change.php @@ -29,9 +29,7 @@ else { $editable = & $_SESSION["editable-$tab"]; # Modify the array with the new value from the editable widget - //$oldValue = $editable[$theLine][$theField]; $editable[$theLine][$theField] = $value; - //$s = 's=' . $editable[$theLine][$theField] . '.'; // This value goes back to the javascript editable object in the browser echo "$value"; diff --git a/xCAT-web/config/db.css b/xCAT-web/config/db.css index edd6159bd..0457f1fe0 100644 --- a/xCAT-web/config/db.css +++ b/xCAT-web/config/db.css @@ -24,6 +24,15 @@ margin-right: 0.6em; } +#tableHeading { margin-top: 0px; margin-bottom: 0px; } + +#helpLinks { margin-top: 0px; } + +#helpLinks A { + margin-left: 2em; + margin-right: 2em; +} + .middlepane { /* float: left; */ padding: 5px; diff --git a/xCAT-web/config/db.js b/xCAT-web/config/db.js index 0db225664..18bad22b8 100644 --- a/xCAT-web/config/db.js +++ b/xCAT-web/config/db.js @@ -31,9 +31,9 @@ function makeEditable(table, cellclass, imgclass, linkclass) { // Form a table row to add to the table function formRow(linenum, numCells, ooe) { var newrow = '
'; foreach ($f as $k => $v) { echo "$k=$v
"; } echo "
", getTabDescription($tab), " | \n"; +echo "
", getTabDescription($tab), " | \n"; echo "Column Descriptions |
Regular Expression Support |
$tab Table: | ", getTabDescription($tab), " |
Column Descriptions\n"; +echo "Regular Expression Support
\n"; + +insertButtons(array('label' => 'Save', 'id' => 'saveit'), + array('label' => 'Cancel', 'id' => 'reset') + ); // Display the column names $xml = docmd('tabdump','',array($tab)); @@ -69,10 +78,9 @@ echo ""; +insertButtons(array('label' => 'Add Row', 'id' => 'newrow')); +echo "
\n"; ?> diff --git a/xCAT-web/images/p6-575-front-blue.jpg b/xCAT-web/images/p6-575-front-blue.jpg new file mode 100644 index 000000000..577afefc7 Binary files /dev/null and b/xCAT-web/images/p6-575-front-blue.jpg differ diff --git a/xCAT-web/lib/functions.php b/xCAT-web/lib/functions.php index 854754b67..59fa5df08 100644 --- a/xCAT-web/lib/functions.php +++ b/xCAT-web/lib/functions.php @@ -237,7 +237,9 @@ function insertMenuRow($current, $isTop, $items) { //----------------------------------------------------------------------------- // Inserts the html for each pages footer function insertFooter() { -echo '