mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Extra bootstrap styles added to default mail template. Precautions for legacy sitebutton resize. PM notify template clean up.
This commit is contained in:
@@ -269,7 +269,7 @@ class banlist_ui extends e_admin_ui
|
||||
|
||||
|
||||
|
||||
public function timesPage()
|
||||
protected function timesPage()
|
||||
{
|
||||
if (!getperms('0'))
|
||||
{
|
||||
@@ -349,12 +349,12 @@ class banlist_ui extends e_admin_ui
|
||||
}
|
||||
|
||||
|
||||
public function optionsPage()
|
||||
protected function optionsPage()
|
||||
{
|
||||
//FIXME Put Options code in here.
|
||||
}
|
||||
|
||||
public function banlogPage()
|
||||
protected function banlogPage()
|
||||
{
|
||||
//FIXME Put LogPage code in here.
|
||||
}
|
||||
|
Reference in New Issue
Block a user