Changeset 9 for types/Password.php


Ignore:
Timestamp:
Oct 11, 2008, 11:06:21 PM (16 years ago)
Author:
george
Message:
  • Přidáno: Částečná podpora pro historii všech záznamů. Editace vytváří nový záznam. Zobrazení historie dané položky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • types/Password.php

    r8 r9  
    11<?php
    22
    3 function TypePasswordViewHtml($Type, $Parameter, $Table, $Id)
     3function TypePasswordViewHtml($Type, $Item)
    44{
    55  $Output = '';
     
    99}
    1010
    11 function TypePasswordEditHtml($Type, $Parameter, $Table, $Id)
     11function TypePasswordEditHtml($Type, $Item)
    1212{
    1313  $Output = '<input type="password" name="'.$Item['Name'].'" value="'.$Item['Value'].'">';
Note: See TracChangeset for help on using the changeset viewer.