mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 06:33:22 +02:00
Voux newsletter form responsive fixes.
This commit is contained in:
@@ -31,8 +31,10 @@ class theme_shortcodes extends e_shortcode
|
||||
|
||||
$frm = e107::getForm();
|
||||
$text = $frm->open('newsletter','post', e_SIGNUP, array('class'=>'form-inline'));
|
||||
$text .= "<div class='input-inline'>";
|
||||
$text .= $frm->text('email','', null, array('placeholder'=>"Enter your email"));
|
||||
$text .= $frm->button('subscribe', 1, 'primary', "Subscribe");
|
||||
$text .= "</div>";
|
||||
$text .= $frm->close();
|
||||
|
||||
return $text;
|
||||
|
Reference in New Issue
Block a user