PDA

Shop Support News Archive - Shopbetreiber News -> Forum : xt eCommerce Templates Module SEO Support: GPL Shop: Abfrage Zum Speichern


bluemoon
28.04.2006, 18:14
Habe in einem neuen Modul eine Speichern ud Abbrechen Funktion ...

das Abbrechen funktioniert, aber dem Speichern Button kann ich keine Reaktion entlocken


******case 'new_folder':
********$heading[] = array('text' => '' . TEXT_NEW_FOLDER . '');
********$contents = array('form' => xtc_draw_form('folder', FILENAME_MANAGER, 'action=insert'));
********$contents[] = array('text' => TEXT_NEW_FOLDER_INTRO);
********$contents[] = array('text' => '
' . TEXT_FILE_NAME . '
' . xtc_draw_input_field('folder_name'));

// ab hier komme ich nicht weiter

$contents[] = array('align' => 'center', 'text' => '
' . (($directory_writeable == true) ? BUTTON_SAVE : '') . ' ' . BUTTON_CANCEL . ' (' . xtc_href_link(FILENAME_MANAGER, (isset($HTTP_GET_VARS['info']) ? 'info=' . urlencode($HTTP_GET_VARS['info']) : '')) . ')');**

//
break;

nom
29.04.2006, 00:03
ich sehe da auch keinen Link

bluemoon
29.04.2006, 08:23
manchmal sieht man den Wald vor lauter Bäumen nicht mehr ...

Danke für den Hinweis