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

Issue #1138 - Bootstrap3 UI fixes.

This commit is contained in:
Cameron
2015-07-15 19:33:15 -07:00
parent 35f225aa79
commit a26de7bc84
26 changed files with 156 additions and 125 deletions

View File

@@ -26,7 +26,8 @@ if (!getperms("P") || !e107::isInstalled('download'))
e107::lan('download','download'); // e_PLUGIN.'download/languages/'.e_LANGUAGE.'/download.php'
e107::lan('download','admin_download'); // e_PLUGIN.'download/languages/'.e_LANGUAGE.'/admin_download.php'
e107::lan('download', 'admin', true); // e_PLUGIN.'download/languages/'.e_LANGUAGE.'/admin_download.php'
// require_once(e_PLUGIN.'download/handlers/adminDownload_class.php');

View File

@@ -1187,7 +1187,7 @@ $columnInfo = array(
<div class='tab-pane active' id='download-create'>
<table class='table adminform'>
<table class='table adminform' style='margin:0'>
<tr>
<td>".DOWLAN_13."</td>
<td style='width:80%'>
@@ -1240,7 +1240,7 @@ $columnInfo = array(
</table>
</div>
<div class='tab-pane' id='download-edit-external'>
<table class='table adminform'>
<table class='table adminform' style='margin:0'>
<tr>
<td>".DOWLAN_149."</td>
<td style='width:80%;'>
@@ -1328,7 +1328,7 @@ $columnInfo = array(
</div>
</div>
<fieldset id='download-edit-therest'>
<table class='table adminform'>
<table class='table adminform' >
<tr>
<td style='width:20%'>".DOWLAN_11."</td>
<td style='width:80%'>";