Changeset 9 for types/Hyperlink.php
- Timestamp:
- Oct 11, 2008, 11:06:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
types/Hyperlink.php
r8 r9 3 3 function TypeHyperlinkViewHtml($Type, $Item) 4 4 { 5 $Output = '<a href="'.$Item[' Name'].'">'.$Item['Value'].'</a>';5 $Output = '<a href="'.$Item['Value'].'">'.$Item['Value'].'</a>'; 6 6 return($Output); 7 7 } 8 8 9 function TypeHyperlinkEditHtml($Type, $ Parameter, $Table, $Id)9 function TypeHyperlinkEditHtml($Type, $Item) 10 10 { 11 11 $Output = '<input type="text" name="'.$Item['Name'].'" value="'.$Item['Value'].'">';
Note:
See TracChangeset
for help on using the changeset viewer.