Changeset 1111 for trunk/www/views/task_tag_edit.php
- Timestamp:
- 03/19/10 18:29:25 (2 years ago)
- File:
-
- 1 edited
-
trunk/www/views/task_tag_edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/task_tag_edit.php
r1089 r1111 1 1 <?php 2 require_once(IA_ROOT_DIR."www/views/task_edit_header.php"); 3 2 4 include('header.php'); 5 $task_id = $view['task']['id']; 3 6 $task_link = url_task($view['task']['id']); 4 7 $task_title = $view['task']['title']; 5 $action_link = url_task_edit _tags($view['task']['id']);8 $action_link = url_task_edit($view['task']['id'], 'task-edit-tags'); 6 9 $task_tags = $view['task_tags']; 10 11 echo task_edit_tabs($task_id, request("action")); 7 12 ?> 8 <h1>Taguri pentru problema <a href="<?= $task_link ?>"><?= $task_title ?></a></h1> 13 14 <h1>Editare taguri <a href="<?= $task_link ?>"><?= $task_id ?></a></h1> 9 15 <form name="task_tags" action="<?= $action_link ?>" method="post"> 10 16 <?php … … 28 34 } 29 35 ?> 30 <input type="submit" class="button important" value="S ubmit" />36 <input type="submit" class="button important" value="Salveaza" /> 31 37 </form> 32 38
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)