Skip to content

Commit

Permalink
some tasks update
Browse files Browse the repository at this point in the history
  • Loading branch information
banderas328 committed Apr 8, 2024
1 parent 7dcc97c commit b398537
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion module/Application/view/layout/main.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $this->translator = $GLOBALS["HELPERS"]["TRANSLATOR"];
<span class="float_left"> <img
src="assets/images/icons/iframe50.png" /> Frames
</span> <span class="float_right"> <a href="#" class="window_min"></a>
<a href="#" class="window_resize"></a> <a href="#icon_dock_drive"
<a href="#icon_dock_drive"
class="window_close"></a>
</span>
</div>
Expand Down
14 changes: 5 additions & 9 deletions module/Tasks/view/tasks/tasks/get-task.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<?php echo $task["description"];?>
</div>
<span class="edit_task_description"><button value='save'
class="action_btn">Save</button> </span> Description: <span
class="task_description_value"></span>
class="action_btn">Save</button> </span>

<div id="task_description">Status: <?php echo $task["status"]; ?>
<select id="task_status">
Expand All @@ -26,13 +25,10 @@
<div id="log_work_block">
<div>
<button id="add_hours_button" class="action_btn">Add</button>
: <input type="text" name="log_hours" id="log_hours_input"
placeholder="1" task_id="<?php echo $task["id"]; ?>">&nbsp hours to
task

<div>
on Date : <input type="text" id="datepicker">
</div>
<input type="text" name="log_hours" id="log_hours_input" placeholder="1" task_id="
<?php echo $task["id"]; ?>">
&nbsp hours to task on Date :
<input type="text" id="datepicker">
</div>
<div class="task_members">
<?php
Expand Down

0 comments on commit b398537

Please sign in to comment.