1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Bootstrap styling of template.

This commit is contained in:
Cameron
2013-06-21 01:26:55 -07:00
parent e5e5c1d12c
commit 4dc39f1b55

View File

@@ -30,7 +30,7 @@ if(!isset($DOWNLOAD_CAT_TABLE_START))
{ {
$DOWNLOAD_CAT_TABLE_START = " $DOWNLOAD_CAT_TABLE_START = "
<div style='text-align:center'> <div style='text-align:center'>
<table class='table fborder' style='".USER_WIDTH."'>\n <table class='table table-striped fborder' style='".USER_WIDTH."'>\n
<colgroup> <colgroup>
<col style='width:3%'/> <col style='width:3%'/>
<col style='width:60%'/> <col style='width:60%'/>
@@ -139,7 +139,7 @@ if(!isset($DOWNLOAD_LIST_TABLE_START))
$DOWNLOAD_LIST_TABLE_START = " $DOWNLOAD_LIST_TABLE_START = "
<div style='text-align:center'> <div style='text-align:center'>
<form method='post' action='".e_SELF."?".e_QUERY."'> <form method='post' action='".e_SELF."?".e_QUERY."'>
<table class='table fborder' style='".USER_WIDTH."'>\n <table class='table table-striped fborder' style='".USER_WIDTH."'>\n
<colgroup> <colgroup>
<col style='width:35%;'/> <col style='width:35%;'/>
<col style='width:15%;'/> <col style='width:15%;'/>
@@ -266,7 +266,7 @@ if(!isset($DOWNLOAD_VIEW_TABLE))
{ {
$DOWNLOAD_VIEW_TABLE = " $DOWNLOAD_VIEW_TABLE = "
<div style='text-align:center'> <div style='text-align:center'>
<table class='table fborder' style='".USER_WIDTH."'> <table class='table table-striped fborder' style='".USER_WIDTH."'>
<colgroup> <colgroup>
<col style='width:30%;'> <col style='width:30%;'>
<col style='width:70%;'> <col style='width:70%;'>