mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
CSS Table styling on plugin-manager.
This commit is contained in:
@@ -503,7 +503,7 @@ class pluginManager{
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<table id=core-plugin-list' class='table adminlist'>
|
<table id=core-plugin-list' class='table adminlist table-striped'>
|
||||||
".$frm->colGroup($fieldList,$this->fieldpref).
|
".$frm->colGroup($fieldList,$this->fieldpref).
|
||||||
$frm->thead($fieldList,$this->fieldpref)."
|
$frm->thead($fieldList,$this->fieldpref)."
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -1074,7 +1074,7 @@ class pluginManager{
|
|||||||
<form action='".e_SELF."?".e_QUERY."' id='core-plugin-list-form' method='post'>
|
<form action='".e_SELF."?".e_QUERY."' id='core-plugin-list-form' method='post'>
|
||||||
<fieldset id='core-plugin-list'>
|
<fieldset id='core-plugin-list'>
|
||||||
<legend class='e-hideme'>".vartrue($caption)."</legend>
|
<legend class='e-hideme'>".vartrue($caption)."</legend>
|
||||||
<table class='table adminlist'>
|
<table class='table adminlist table-striped'>
|
||||||
".$frm->colGroup($this->fields,$this->fieldpref).
|
".$frm->colGroup($this->fields,$this->fieldpref).
|
||||||
$frm->thead($this->fields,$this->fieldpref)."
|
$frm->thead($this->fields,$this->fieldpref)."
|
||||||
<tbody>
|
<tbody>
|
||||||
|
Reference in New Issue
Block a user