1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Issue #1138: Admin-ui pagination template now using bootstrap standard.

This commit is contained in:
Cameron
2015-07-16 14:29:19 -07:00
parent 10d3c70e34
commit 9328f4cdd9
4 changed files with 15 additions and 14 deletions

View File

@@ -167,6 +167,7 @@ class admin_start
{
$mes = e107::getMessage();
$public = array(e_UPLOAD, e_AVATAR_UPLOAD);
$tp = e107::getParser();
$exceptions = array(".","..","/","CVS","avatars","Thumbs.db",".ftpquota",".htaccess","php.ini",".cvsignore",'e107.htaccess');
//TODO use $file-class to grab list and perform this check.
@@ -205,7 +206,7 @@ class admin_start
if (isset($potential))
{
//$text = ADLAN_ERR_3."<br /><br />";
$mes->addWarning(ADLAN_ERR_3);
$mes->addWarning($tp->toHtml(ADLAN_ERR_3, true));
$text = '<ul>';
foreach ($potential as $p_file)
{