philipp1988 Posted October 24, 2007 Report Share Posted October 24, 2007 Hey community, ich frage mich wie ich den Login button in ein normales input type="submit" umwandeln kann. $box_smarty->assign('BUTTON', xtc_image_submit('submit','Login')); Achtung!: Habe da schon was geändert :> aber funzt net Hat jmd eine Lösung? Weil ich will kein Bild als Login Buttton mfg ph|L Link to comment Share on other sites More sharing options...
philipp1988 Posted October 24, 2007 Author Report Share Posted October 24, 2007 xtc_draw_input_field('email_address', '', 'size="20" maxlength="50" id="email_address1"') $box_smarty->assign('BUTTON', xtc_draw_input_field('login', '', 'size="20" maxlength="50" id="login" type="submit"')); funktioniert es einigermaßen aber es zerschiesst mein design.. bzw die mittlere box wird in die rechte spalte geschoben.. Link to comment Share on other sites More sharing options...
Rovert Posted October 24, 2007 Report Share Posted October 24, 2007 submit ist kein input_field. Ein einfache submit button geht so: <input type="submit">, mehr nicht dass muß gehen: $box_smarty->assign('BUTTON', '<input type="submit">'); Link to comment Share on other sites More sharing options...
philipp1988 Posted October 24, 2007 Author Report Share Posted October 24, 2007 danke, es funktioniert prima Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.