Skip to content
Snippets Groups Projects
Commit 6c075d3a authored by elvanowen's avatar elvanowen
Browse files

Everything

parent bdd78733
No related merge requests found
Pipeline #2736 skipped
......@@ -105,6 +105,8 @@ class IndexController extends ControllerBase
$this->view->nip = $this->dispatcher->getParam("nip");
$this->view->year = $this->dispatcher->getParam("year");
$this->view->month = $this->dispatcher->getParam("month");
$this->tag->setDefault("rapel", $this->view->rapel);
} else {
return $this->dispatcher->forward(array("controller" => "index", "action" => "index"));
}
......
......@@ -62,7 +62,7 @@
<td>Akumulasi Rapel</td>
{{ form("/rapel/edit") }}
{{ text_field("rapel", "value" : {{ rapel }} ) }}
{{ text_field("rapel") }}
{{ submit_button("Sign in", "class" : "btn btn-sm btn-info", "style" : "width:100%") }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment