HSLE#33100 styling likemodal toegevoegd

svn path=/Website/trunk/; revision=25939
This commit is contained in:
Peter Feij
2015-08-12 15:25:37 +00:00
parent 4ae2250c07
commit 4454e4039b
3 changed files with 9 additions and 4 deletions

View File

@@ -177,7 +177,7 @@ else
}
%>
<html>
<html class="likemodal">
<head>
<%
FCLTHeader.Generate();
@@ -281,7 +281,7 @@ else
</script>
</head>
<body id="editbody">
<body id="editbody" class="likemodal">
<% var buttons = [{title: (adapt? L("lcl_submit") : (isLendOut? L("lcl_ins_insinn") : L("lcl_ins_lend_out"))), icon: (isLendOut? "innemen.png" : "uitgeven.png"), action: "ins_submit()", singlepress: true, id: "btn_free_submit"},
{title: L("lcl_cancel"), icon: "undo.png", action: "ins_cancel()"}];
IFRAMER_HEADER((isLendOut? L("lcl_ins_takein_object") : L("lcl_ins_lendout_object")), buttons);

View File

@@ -61,7 +61,7 @@ for (var i = 0; i < ins_key_arr.length; i++)
user.anything_todo_or_abort(tobeinspected > 0); // We klagen niet over enkele wel en enkele niet
%>
<html>
<html class="likemodal">
<head>
<% FCLTHeader.Generate(); %>
@@ -382,7 +382,7 @@ user.anything_todo_or_abort(tobeinspected > 0); // We klagen niet over enkele we
</script>
</head>
<body id="editbody">
<body id="editbody" class="likemodal">
<% var buttons = [{title: L("lcl_submit"), icon: "opslaan.png", action:"ins_submit()"},
{title: L("lcl_cancel"), icon: "undo.png", action: "ins_cancel()"}];
IFRAMER_HEADER(L("lcl_ins_docontrole"), buttons);

View File

@@ -2310,6 +2310,11 @@ tr.unauthorized {
body.modal {
padding:2px;
}
/* for modal-like tabs*/
.likemodal {
background-color: ==frameheaderbackgroundcolor==;
margin: 10px 20px 0 20px;
}
.modal th {
background-color: ==frameheaderbackgroundcolor==;
border-right: 1px solid #ccc;