1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Update theme_shortcodes.php

This commit is contained in:
Gábor
2017-01-18 14:07:05 +01:00
committed by GitHub
parent 26cde8297a
commit 7bf52ff850

View File

@@ -164,10 +164,10 @@ class theme_shortcodes extends e_shortcode
$frm = e107::getForm();
$text = $frm->open('lz-subscribe','post', e_SIGNUP);
$text .= "<div class='form-group'>";
$text .= $frm->text('email','', null, array('placeholder'=>"Tell us your email", 'size'=>'xxlarge'));
$text .= $frm->text('email','', null, array('placeholder'=>LAN_LZ_THEME_15, 'size'=>'xxlarge'));
$text .= "</div>";
$text .= "<div class='form-group'>";
$text .= " ".$frm->button('subscribe', 1, 'submit', "Subscribe for updates", array('class'=>'btn-primary'));
$text .= " ".$frm->button('subscribe', 1, 'submit', LAN_LZ_THEME_16, array('class'=>'btn-primary'));
$text .= "</div>";
$text .= $frm->close();