HSLE#33100 styling likemodal toegevoegd
svn path=/Website/trunk/; revision=25939
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user