|
input($translation->get("description"), "input_description", "text", $input_slideshow["description"], 255) ?>
get("width_px"), "slideshow_width", "code", $width) ?>
get("height_px"), "slideshow_height", "code", $height) ?>
get("show_duration"), "slideshow_interval", "code", $interval) ?>
get("effect_duration"), "slideshow_effect_duration", "code", $effect_duration) ?>
get("show_in_all_languages"), "input_all_languages", "checkbox", $input_slideshow["all_languages"]) ?>
|
get("arrows"), "slideshow_arrows", array(0 => "yes", 1 => "no"), array(0 => $translation->get("display"), 1 => $translation->get("dont_display")), $arrows) ?>
get("text_effect"), "slideshow_text_effect", $values = array(0 => 'fixed', 1 => 'slide', 2 => 'fade'), $value_names = array(0 => $translation->get("no_effect"), 1 => $translation->get("fade_in"), 2 => $translation->get("crossfade")), $text_effect) ?>
get("text_position"), "slideshow_text_pos", $values = array(0 => 'top', 1 => 'bottom'), $value_names = array(0 => $translation->get("top"), 1 => $translation->get("bottom")), $text_pos) ?>
get("transition_effect"), "slideshow_effect", $values = array(0 => 'none', 1 => 'scroll', 2 => 'fade'), $value_names = array(0 => $translation->get("no_effect"), 1 => $translation->get("fade_out"), 2 => $translation->get("crossfade")), $effect) ?>
|