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

RSS template upgraded to v2.x spec. Bootstrap 5 styling fixes.

This commit is contained in:
Cameron
2021-01-03 07:54:43 -08:00
parent c3c830d296
commit 3b0ff5d4ef
7 changed files with 69 additions and 52 deletions

View File

@@ -26,7 +26,7 @@ if(!empty($pref['signup_option_class']))
$text .= "<div class='input-group'>";
$text .= $frm->text('email','', null, array('placeholder'=> NLLAN_73));
$text .= "<span class='input-group-btn'>";
$text .= $frm->button('subscribe', 1, 'submit', NLLAN_52, array('class'=>'btn-default'));
$text .= $frm->button('subscribe', 1, 'submit', NLLAN_52, array('class'=>'btn-primary'));
$text .= "</span>";
$text .= "</div>";
$text .= $frm->close();