Changeset 12011
- Timestamp:
- 09/04/07 15:51:34 (1 year ago)
- Files:
-
- trunk/midcom/org.maemo.calendarwidget/main.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/org.maemo.calendarwidget/main.php
r11514 r12011 1491 1491 { 1492 1492 $menu_items[] = "{ name: '" . $this->_l10n_midcom->get("edit") . "', action: function() {load_modal_window('ajax/event/edit/{$event->guid}');} }"; 1493 $safe_title = urlencode($event->title);1493 $safe_title = rawurlencode($event->title); 1494 1494 $event_data = "{ title: \"{$safe_title}\", color: '{$bg_color}' }"; 1495 1495 $menu_items[] = "{ name: '" . $this->_l10n->get("to shelf") . "', action: function() {move_event_to_shelf('{$event->guid}', {$event_data});} }";
