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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user