1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-30 09:18:09 +02:00

Template updates (bootstrap compat.)

This commit is contained in:
Cameron 2012-12-22 00:59:56 -08:00
parent 6d8dbeda57
commit c1d21f18b6
8 changed files with 10 additions and 10 deletions

View File

@ -11,7 +11,7 @@ if(!isset($FPW_TABLE))
$FPW_TABLE = "
<div style='text-align:center'>
<form method='post' action='".SITEURL."fpw.php' autocomplete='off'>
<table style='".USER_WIDTH."' class='fborder'>
<table style='".USER_WIDTH."' class='table fborder'>
<tr>
<td class='fcaption' colspan='2'>".LAN_05."</td>

View File

@ -22,7 +22,7 @@ $MEMBERSONLY_CAPTION = "<div style='text-align:center'>".LAN_MEMBERS_0."</div>";
$MEMBERSONLY_TABLE = "
<div style='text-align:center'>
<table class='fborder' style='width:75%;margin-right:auto;margin-left:auto'>
<table class='table fborder' style='width:75%;margin-right:auto;margin-left:auto'>
<tr>
<td class='forumheader3' style='text-align:center'><br />".LAN_MEMBERS_1." ".LAN_MEMBERS_2;
if ($pref['user_reg'])

View File

@ -8,7 +8,7 @@ if(!isset($ONLINE_TABLE_START))
{
$ONLINE_TABLE_START = "
<div style='text-align:center'>
<table class='fborder' style='".USER_WIDTH."'>
<table class='table fborder' style='".USER_WIDTH."'>
<tr>
<td class='forumheader' style='width:3%'>&nbsp;</td>
<td class='forumheader' style='width:43%'>".ONLINE_EL10."</td>

View File

@ -26,7 +26,7 @@ if (!isset($SEARCH_SHORTCODE)) {
if (!isset($SEARCH_TOP_TABLE)) {
$SEARCH_TOP_TABLE = "<div style='text-align: center'>
<form id='searchform' method='get' action='".e_SELF."'>
<table style='".USER_WIDTH."' class='fborder'><tr>
<table style='".USER_WIDTH."' class='table fborder'><tr>
<td class='forumheader3' style='width: 40%'>".LAN_199."</td>
<td class='forumheader3' style='width: 60%; white-space: nowrap'>
{SEARCH_MAIN_SEARCHFIELD}&nbsp;{SEARCH_MAIN_SUBMIT}&nbsp;{ENHANCED_ICON}

View File

@ -205,7 +205,7 @@ if(!defined($SIGNUP_BODY))
{SIGNUP_XUP}
<div id='default'>
{SIGNUP_XUP_ACTION}
<table class='fborder' style='".USER_WIDTH."'>
<table class='table fborder' style='".USER_WIDTH."'>
{SIGNUP_DISPLAYNAME}
{SIGNUP_LOGINNAME}
{SIGNUP_REALNAME}

View File

@ -51,7 +51,7 @@ $USER_SHORT_TEMPLATE_START = "
</div>
<br />
<br />
<table style='".USER_WIDTH."' class='fborder e-list'>
<table style='".USER_WIDTH."' class='table fborder e-list'>
<thead>
<tr>
<td class='fcaption' style='width:2%'>&nbsp;</td>
@ -120,7 +120,7 @@ $sc_style['USER_PICTURE']['post']="</td>";
$USER_FULL_TEMPLATE = "
<div class='content user'>
<table style='".USER_WIDTH."' class='fborder'>
<table style='".USER_WIDTH."' class='table fborder'>
<tr>
<td colspan='2' class='fcaption center'>".LAN_USER_58." {USER_ID} : {USER_NAME}{USER_LOGINNAME}</td>
</tr>

View File

@ -25,7 +25,7 @@ $USERPOSTS_NP_TABLE = $USERPOSTS_TEMPLATE['np_table']; // BC, will be removed
$USERPOSTS_TEMPLATE['comments_table_start'] = "
<div id='up-comments-container'>
{NEXTPREV}
<table class='fborder up-comments' id='up-comments'>
<table class='table fborder up-comments' id='up-comments'>
";
$USERPOSTS_COMMENTS_TABLE_START = $USERPOSTS_TEMPLATE['comments_table_start']; // BC, will be removed
@ -67,7 +67,7 @@ $USERPOSTS_NP_TABLE = $USERPOSTS_TEMPLATE['np_table']; // BC, will be removed
<div style='text-align:center'>
{NEXTPREV}
<form method='post' action='".e_REQUEST_URL."'>
<table class='fborder up-forum' id='up-forum'>
<table class='table fborder up-forum' id='up-forum'>
";
$USERPOSTS_FORUM_TABLE_START = $USERPOSTS_TEMPLATE['forum_table_start']; // BC, will be removed

View File

@ -108,7 +108,7 @@ $USERSETTINGS_EDIT_CAPTION = LAN_USET_39; // 'Update User Settings'
$USERSETTINGS_EDIT = "
<div style='text-align:center'>
<table style='".USER_WIDTH."' class='fborder adminform'>
<table style='".USER_WIDTH."' class='table fborder adminform'>
<colgroup span='2'>
<col class='col-label' />
<col class='col-control' />