1
0
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:
Cameron
2016-04-22 16:10:18 -07:00
parent 0b78deb22a
commit 3c0f501e43
8 changed files with 74 additions and 25 deletions

View File

@@ -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.
}