Change button look

This commit is contained in:
slawkens 2020-02-25 21:35:09 +01:00
parent b8130d3fd3
commit 044271ad00

View File

@ -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>';