mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
replace html code for rows and columns
This commit is contained in:
parent
63236e7f93
commit
089b74ec38
|
@ -180,8 +180,8 @@ li.folderClass {
|
|||
|
||||
<?php
|
||||
$this->contentHeading(getMLText("folders_and_documents_statistic"));
|
||||
echo "<div class=\"row-fluid\">\n";
|
||||
echo "<div class=\"span8\">\n";
|
||||
$this->rowStart();
|
||||
$this->columnStart(8);
|
||||
$this->contentContainerStart();
|
||||
|
||||
print "<ul>\n";
|
||||
|
@ -189,9 +189,8 @@ li.folderClass {
|
|||
print "</ul>\n";
|
||||
|
||||
$this->contentContainerEnd();
|
||||
echo "</div>\n";
|
||||
|
||||
echo "<div class=\"span4\">\n";
|
||||
$this->columnEnd();
|
||||
$this->columnStart(4);
|
||||
$this->contentContainerStart();
|
||||
print "<legend>".getMLText("legend")."</legend>\n";
|
||||
print "<ul class=\"unstyled\">\n";
|
||||
|
@ -212,8 +211,8 @@ li.folderClass {
|
|||
print "</ul>\n";
|
||||
|
||||
$this->contentContainerEnd();
|
||||
echo "</div>\n";
|
||||
echo "</div>\n";
|
||||
$this->columnEnd();
|
||||
$this->rowEnd();
|
||||
|
||||
$this->contentContainerEnd();
|
||||
$this->contentEnd();
|
||||
|
|
Loading…
Reference in New Issue
Block a user