diff --git a/module/holiday/view/create.html.php b/module/holiday/view/create.html.php index 3308dc3cee..fc4fae7402 100644 --- a/module/holiday/view/create.html.php +++ b/module/holiday/view/create.html.php @@ -11,7 +11,7 @@ */ ?> - +
@@ -26,11 +26,6 @@ holiday->typeList, 'holiday');?> - - holiday->name;?> - - - holiday->begin;?> @@ -41,6 +36,11 @@ + + holiday->name;?> + + + holiday->desc?> diff --git a/module/holiday/view/edit.html.php b/module/holiday/view/edit.html.php index a22aa614a4..ff3b36d017 100644 --- a/module/holiday/view/edit.html.php +++ b/module/holiday/view/edit.html.php @@ -11,7 +11,7 @@ */ ?> - +
@@ -26,11 +26,6 @@ holiday->typeList, $holiday->type);?> - - holiday->name?> - name, "class='form-control'")?> - - holiday->begin?> begin, "class='form-control form-date'")?> @@ -41,6 +36,11 @@ end, "class='form-control form-date'")?> + + holiday->name?> + name, "class='form-control'")?> + + holiday->desc?> desc, "class='form-control'")?>