[-headerTemplate-] [-php-] echo xlt('Calendar'); [-/php-] [-php-] /** * @param string $displayString This is the text to be displayed(most likely representing the time of an event). It is the responsibility of the caller to escape any entities as needed. This allows html tags to be used in the $displayString if desired. * @return string html anchor element with javascript onclick event that edits an appointment */ function create_event_time_anchor($displayString) { $title=xl('Click to edit'); return "" . text($displayString) . ""; } [-/php-] [-php-] echo ""; [-/php-]