Changeset 9617
- Timestamp:
- 05/12/10 19:45:38 (3 years ago)
- Files:
-
- modules/branches/2.8/directory/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/directory/functions.inc.php
r9615 r9617 267 267 $user = ''; 268 268 } 269 $delete='<img src="images/trash.png" style="cursor:pointer;" alt="'._('remove').'" title="'._('Click here to remove this pattern').'" class="trash-tr">';269 $delete='<img src="images/trash.png" style="cursor:pointer;" alt="'._('remove').'" title="'._('Click here to remove this entry').'" class="trash-tr">'; 270 270 $t1_class = $name == '' ? ' class = "dpt-title" ' : ''; 271 271 $t2_class = $realid == 'custom' ? ' title="Custom Dialstring" ' : ' title="'.$realid.'" ';
