To change the label of Ubercart Event Registration (uc_event_registration) without hacking the module simply insert some Jquery.
Put a pice of JQuery like this in your page.tpl.php
Place this code in your template.php file if you want u use different templates for the same code.
Create a template named page-SOMETING-tpl.php
Create a url alias node/NID SOMETHING
function phptemplate_preprocess_page(&$vars) {
if (module_exists('path')) {
$alias = drupal_get_path_alias(str_replace('/edit','',$_GET['q']));
if ($alias != $_GET['q']) {
I figured out that the collapsed fieldset is not clickable if I try to edit in the not default language. I have two languages active. EN and NL. Everything works fine in EN (the standard language) while in NL I can't open the collapsed fieldset because the are not clickable.
MY SOLUTION
Switch to standard language.
I spend hours to embed my Gallery2 correct in Drupal.
I want to use my Gallery2 embedded in Drupal(6) and I want to use my Gallery2 also . To get this don I needed to wire the .htaccess files manually.
IMPORTANT: Do not use the dir gallery for your stand alone Gallery2 installation. This conflicts with Drupal gallery.module.