Cleanup UI, expand table to full width, add icon to save

This commit is contained in:
Arjit Chaudhary
2015-09-15 01:45:54 +05:30
parent 44042d99c3
commit 62e3eb0e3f

View File

@@ -58,11 +58,10 @@ if (count($apps_enabled)) {
}
}
echo "<div class='row'>
<div class='col-md-4'>
echo "
<form id='appedit' name='appedit' method='post' action='' role='form' class='form-horizontal'>
<input type=hidden name=device value='".$device['device_id']."'>
<table class='table table-condensed table-striped table-responsive'>
<table class='table table-hover table-responsive'>
<tr align=center>
<th>Enable</th>
<th>Application</th>
@@ -92,12 +91,10 @@ foreach ($applications as $app) {
echo '<tr>
<td>
<button type="submit" class="btn btn-default" value="Save">Save</button>
<button type="submit" name="Submit" class="btn btn-default"><i class="fa fa-check"></i> Save</button>
</td>
<td>
</td>
</tr>';
echo '</table>';
echo '</form>';
echo '</div>';
echo '</div>';