Changeset 1164 for trunk/www/views/listattach.php
- Timestamp:
- 01/14/12 16:18:10 (4 months ago)
- File:
-
- 1 edited
-
trunk/www/views/listattach.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/listattach.php
r1159 r1164 1 <?php 1 <?php 2 2 include('header.php'); 3 3 require_once(IA_ROOT_DIR . "www/format/table.php"); … … 5 5 6 6 ?> 7 7 8 8 <script type="text/javascript"> 9 9 function rename_form(id) { … … 12 12 document.getElementById("link_"+id).style.display = "none"; 13 13 document.getElementById("rename_link_"+id).textContent = "Anuleaza"; 14 } 14 } 15 15 else { 16 16 document.getElementById("rename_"+id).style.display = "none"; … … 73 73 function format_operations($row) { 74 74 global $page_name; 75 75 76 76 $delurl = format_post_link(url_attachment_delete($page_name, $row['name']), 77 77 "Sterge", array(), true, … … 103 103 'title' => 'Utilizator', 104 104 'key' => 'username', 105 'rowform' => create_function_cached('$row', 106 'return format_user_tiny($row["username"], $row["user_fullname"]);'), 105 'rowform' => function($row) { 106 return format_user_tiny($row['username'], $row['user_fullname']); 107 }, 107 108 ), 108 109 array(
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)