Added blue background to add new row to help make it stand out

This commit is contained in:
Mike Koch 2014-06-28 16:11:27 -04:00
parent 4bc1de8af9
commit 8116500e1a

View File

@ -1832,7 +1832,7 @@ if ( defined('HESK_DEMO') )
}
//Print out an additional blank space for adding a status
echo '<tr>';
echo '<tr class="info">';
echo '<td><b>'.$hesklang['addNew'].'</b></td>';
echo '<td><input type="text" class="form-control" name="sN_shortName" value="" placeholder="'.$hesklang['shortNameKey'].'"></td>'; // Short Name Language File
echo '<td><input type="text" class="form-control" name="sN_longName" value="" placeholder="'.$hesklang['longNameKey'].'"></td>'; // Long Name Language File