mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
Change button look
This commit is contained in:
parent
b8130d3fd3
commit
044271ad00
@ -110,8 +110,8 @@ if (isset($_REQUEST['template'])) {
|
|||||||
';
|
';
|
||||||
}
|
}
|
||||||
echo ' </div><div class="row"><div class="col-md-6">';
|
echo ' </div><div class="row"><div class="col-md-6">';
|
||||||
echo '<input type="submit" class="button" value="Update">';
|
echo '<input type="submit" class="btn btn-info" value="Save">';
|
||||||
echo '<input type="button" class="button" value="Cancel" onclick="window.location = \'' . ADMIN_URL . '?p=menus&template=' . $template . '\';">';
|
echo '<input type="button" class="btn btn-default pull-right" value="Cancel" onclick="window.location = \'' . ADMIN_URL . '?p=menus&template=' . $template . '\';">';
|
||||||
echo '</div></div>';
|
echo '</div></div>';
|
||||||
echo '</form>';
|
echo '</form>';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user