diff --git a/application/views/scripts/index/index.phtml b/application/views/scripts/index/index.phtml index 2d39859..6d0f8c2 100644 --- a/application/views/scripts/index/index.phtml +++ b/application/views/scripts/index/index.phtml @@ -22,7 +22,7 @@ .home-box-header{ background: #B5D9E5; display:block; - height: 24px; + height: 32px; padding: 5px 5px 0px 0px; margin:0px 0px -3px 5px; box-shadow: 2px 0px 1px #888; @@ -230,7 +230,8 @@ $(document).ready(function(){ $('#ren-tasks-list').load('/index/task-filter', { task_type : 'ren', filter: tasks_flag }); }); $( "button, input:button").button(); - $( "input[type='radio']" ).checkboxradio({icon: false}); + $("#radio-tasks, #radio-renewals").controlgroup(); + $( "input:radio" ).checkboxradio({icon: false}); var restricted = restricted?>; if (restricted) { @@ -249,7 +250,7 @@ $(document).ready(function(){ Categories for responsible?>
- +
@@ -300,7 +301,7 @@ if(count($this->categories)){ ?> if(count($this->open_tasks)): ?>
Open tasks - + @@ -308,14 +309,14 @@ if(count($this->open_tasks)): ?>
-
- +
+
-
+
Task
Matter
@@ -418,15 +419,15 @@ endif;?> if(count($this->ren_tasks)): ?>
Open renewals - +
-
- +
+ diff --git a/application/views/scripts/matter/index.phtml b/application/views/scripts/matter/index.phtml index e616580..7e5524a 100644 --- a/application/views/scripts/matter/index.phtml +++ b/application/views/scripts/matter/index.phtml @@ -381,8 +381,8 @@ $(document).ready(function(){ }); $( "button, input:submit, input:button").button(); - $( "input[type='radio']" ).checkboxradio({icon: false}); - $( "input[type='checkbox']" ).checkboxradio({icon: false}); + $( "#container-all, #actor-status" ).controlgroup(); + $( "input:radio, input:checkbox" ).checkboxradio({icon: false}); }); @@ -407,9 +407,9 @@ if (isset ( $this->containers )) {
display_style ? 'checked' : ''?> /> - + display_style ? 'checked' : ''?> /> - +