update admin bsb for add order design

This commit is contained in:
Aung Myo
2017-10-23 13:58:54 +06:30
parent 1147b81a8a
commit 735dc228db
3 changed files with 7 additions and 8 deletions

View File

@@ -26,6 +26,9 @@ $(function(){
var method = $(this).attr('data-method'); var method = $(this).attr('data-method');
var url = $(this).attr('data-ref'); var url = $(this).attr('data-ref');
var html_text = $( this ).siblings( "#delete_text" ).html(); var html_text = $( this ).siblings( "#delete_text" ).html();
console.log(method);
console.log(url);
console.log(html_text);
swal({ swal({
title: "Confirmation", title: "Confirmation",
text: html_text, text: html_text,

View File

@@ -1,9 +1,3 @@
@import "bootstrap";
@import "font-awesome";
@import "theme";
@import "jquery-ui";
@import "bootstrap-datepicker3";
.custom-card-head{ .custom-card-head{
height: 40px; height: 40px;
background-color: #54A5AF; background-color: #54A5AF;
@@ -11,7 +5,6 @@
color :#fff; color :#fff;
} }
.custom-card { .custom-card {
border: 2px solid rgba(0, 0, 0, 0.125) !important; border: 2px solid rgba(0, 0, 0, 0.125) !important;
} }
@@ -126,6 +119,10 @@ element.style {
margin-bottom:10px; margin-bottom:10px;
} }
section.content{
padding-top:-50px !important;
}
/*Loading gif for payment*/ /*Loading gif for payment*/
#loading_wrapper{ #loading_wrapper{

View File

@@ -34,7 +34,6 @@ class Origami::AddordersController < BaseOrigamiController
def get_menu_category () def get_menu_category ()
if (params[:id]) if (params[:id])
puts "sssssssssssss"
puts params[:id] puts params[:id]
#Pull this menu #Pull this menu
@menu = MenuCategory.find_by_id(params[:id]) @menu = MenuCategory.find_by_id(params[:id])