Commit 906a1196 by agungb

Merapihkan tampilan

1 parent 54c89328
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
"previous": "", "previous": "",
"next" : "", "next" : "",
}, },
"lengthMenu": "Tampil _MENU_ baris " "lengthMenu": " _MENU_ baris "
}, },
"fnRowCallback": function (nRow, aData, iDisplayIndex) { "fnRowCallback": function (nRow, aData, iDisplayIndex) {
var rowId = aData[0]; var rowId = aData[0];
......
...@@ -2,11 +2,29 @@ ...@@ -2,11 +2,29 @@
<div metal:fill-slot="content"> <div metal:fill-slot="content">
<link href="/static/css/theme.css" rel="stylesheet"> <link href="/static/css/theme.css" rel="stylesheet">
<style type="text/css">
.judul {
padding: .5em;
font-weight: bold;
text-transform: uppercase;
background: #009688;
color: #fff;
}
body {
font-size: 1.275em;
line-height: 1.875em;
}
h3 {
margin-top: .2em;
text-transform: capitalize;
}
</style>
<!-- Main component for a primary marketing message or call to action --> <!-- Main component for a primary marketing message or call to action -->
<div class="well"> <div class="well">
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<h1 class="alert alert-info">Integrasi SIPKD - Pajak Daerah</h1> <h1 class="judul">Integrasi SIPKD - Pajak Daerah</h1>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
"previous": "", "previous": "",
"next" : "", "next" : "",
}, },
"lengthMenu": "Tampil _MENU_ baris " "lengthMenu": " _MENU_ baris "
}, },
"fnRowCallback": function (nRow, aData, iDisplayIndex) { "fnRowCallback": function (nRow, aData, iDisplayIndex) {
var rowId = aData[0]; var rowId = aData[0];
...@@ -128,6 +128,10 @@ ...@@ -128,6 +128,10 @@
var style_unposted = ""; var style_unposted = "";
var tb_array = [ var tb_array = [
'<div class="btn-group pull-left">', '<div class="btn-group pull-left">',
// '<button id="btn_add" class="btn btn btn-success" type="button"><i class="fa fa-fw fa-plus"></i>&nbsp;Tambah</button>',
// '<button id="btn_delete" class="btn btn btn-danger" type="button"><i class="fa fa-fw fa-trash-o"></i>&nbsp;Hapus</button>',
// '<button id="btn_pdf" class="btn btn btn-primary" type="button"><i class="fa fa-fw fa-file"></i>&nbsp;PDF</button>',
// ' <button id="btn_close" class="btn btn btn-warning" type="button"><i class="fa fa-fw fa-undo"></i>&nbsp;Tutup</button>',
//' <button id="btn_add" class="btn btn btn-primary" type="button">Tambah</button>', //' <button id="btn_add" class="btn btn btn-primary" type="button">Tambah</button>',
//' <button id="btn_edit" class="btn btn btn-primary" type="button">Edit</button>', //' <button id="btn_edit" class="btn btn btn-primary" type="button">Edit</button>',
//' <button id="btn_delete" class="btn btn btn-danger" type="button">Hapus</button>', //' <button id="btn_delete" class="btn btn btn-danger" type="button">Hapus</button>',
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
"previous": "", "previous": "",
"next" : "", "next" : "",
}, },
"lengthMenu": "Tampil _MENU_ baris " "lengthMenu": " _MENU_ baris "
}, },
"fnRowCallback": function (nRow, aData, iDisplayIndex) { "fnRowCallback": function (nRow, aData, iDisplayIndex) {
var rowId = aData[0]; var rowId = aData[0];
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!