Compare commits
No commits in common. "bab3b588161b8416b9279e9acf157671582f27bd" and "ec36afe683ebd3f425099c30b576702f14065677" have entirely different histories.
bab3b58816
...
ec36afe683
@ -1,5 +0,0 @@
|
||||
{
|
||||
"creation_time": 1728465254,
|
||||
"modified_time": 1728465254,
|
||||
"modified_user": "system-page"
|
||||
}
|
@ -1,2 +0,0 @@
|
||||
= Index
|
||||
<<allpages>>
|
@ -99,7 +99,7 @@ def add_index_menu(request, bar, rel_path):
|
||||
bar.append_entry(
|
||||
INDEX_UID, # uid
|
||||
_('Index'), # name
|
||||
color_icon_url(request, 'edit.png'), # icon
|
||||
color_icon_url(request, 'info.png'), # icon
|
||||
pages.url_page(request, 'index'), # url
|
||||
True, # left
|
||||
request.path == "/page/index" # active
|
||||
@ -122,7 +122,7 @@ def add_edit_menu(request, bar, rel_path):
|
||||
bar.append_entry(
|
||||
EDIT_UID, # uid
|
||||
_('Edit'), # name
|
||||
color_icon_url(request, 'edit2.png'), # icon
|
||||
color_icon_url(request, 'edit.png'), # icon
|
||||
pages.url_edit(request, rel_path), # url
|
||||
True, # left
|
||||
False # active
|
||||
|
Loading…
x
Reference in New Issue
Block a user