Changeset 9 for types/Password.php
- Timestamp:
- Oct 11, 2008, 11:06:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
types/Password.php
r8 r9 1 1 <?php 2 2 3 function TypePasswordViewHtml($Type, $ Parameter, $Table, $Id)3 function TypePasswordViewHtml($Type, $Item) 4 4 { 5 5 $Output = ''; … … 9 9 } 10 10 11 function TypePasswordEditHtml($Type, $ Parameter, $Table, $Id)11 function TypePasswordEditHtml($Type, $Item) 12 12 { 13 13 $Output = '<input type="password" name="'.$Item['Name'].'" value="'.$Item['Value'].'">';
Note:
See TracChangeset
for help on using the changeset viewer.