Changeset 9 for types/Hyperlink.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/Hyperlink.php

    r8 r9  
    33function TypeHyperlinkViewHtml($Type, $Item)
    44{
    5   $Output = '<a href="'.$Item['Name'].'">'.$Item['Value'].'</a>';
     5  $Output = '<a href="'.$Item['Value'].'">'.$Item['Value'].'</a>';
    66  return($Output);
    77}
    88
    9 function TypeHyperlinkEditHtml($Type, $Parameter, $Table, $Id)
     9function TypeHyperlinkEditHtml($Type, $Item)
    1010{
    1111  $Output = '<input type="text" name="'.$Item['Name'].'" value="'.$Item['Value'].'">';
Note: See TracChangeset for help on using the changeset viewer.