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

Fix for Custom Page with kadmin

This commit is contained in:
Cameron
2017-11-19 08:18:47 -08:00
parent 8c8b79e1e0
commit 21ec321215
2 changed files with 3 additions and 3 deletions

View File

@@ -398,7 +398,7 @@ class page_chapters_form_ui extends e_admin_form_ui
if($parent != 0)
{
$link = e_SELF."?searchquery=&filter_options=page_chapter__".$id."&mode=page&action=list";
$text .= "<a href='".$link."' class='btn btn-default' title='".CUSLAN_58."'>".E_32_CUST."</a>";
$text .= "<a href='".$link."' class='btn btn-default' title='".CUSLAN_58."'>".ADMIN_PAGES_ICON."</a>"; //
}