Add fa-check to Save and move out of table

This commit is contained in:
Arjit Chaudhary
2015-09-16 19:03:46 +05:30
parent 5e92e9799a
commit 99e819d3bb
+11 -9
View File
@@ -58,10 +58,11 @@ if (count($apps_enabled)) {
}
}
echo "
echo "<div class='row'>
<div class='col-md-4'>
<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-hover table-responsive'>
<table class='table table-hover table-responsive'>
<tr align=center>
<th>Enable</th>
<th>Application</th>
@@ -89,12 +90,13 @@ foreach ($applications as $app) {
$row++;
}
echo '<tr>
<td>
<button type="submit" name="Submit" class="btn btn-default"><i class="fa fa-check"></i> Save</button>
</td>
<td>
</td>
</tr>';
echo '</table>';
echo '<div class="row">
<div class="col-md-1">
<button type="submit" name="Submit" class="btn btn-default"><i class="fa fa-check"></i> Save</button>
</div>
</div>
';
echo '</form>';
echo '</div>';
echo '</div>';