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

Option added to set unique IDs for each tablerender() instance.

This commit is contained in:
Cameron
2016-11-08 19:01:26 -08:00
parent 593533298b
commit 1bed9da9ab
4 changed files with 29 additions and 7 deletions

View File

@@ -102,6 +102,9 @@ class bootstrap3_admintheme
$style = $data['setStyle'];
// echo "Style: ".$style;
echo "\n\n<!-- UniqueID: ".$data['uniqueId']." -->\n\n";
$class = '';
if(is_string($mode) && $mode == 'admin_help') $class = ' '.str_replace('_', '-', $mode);