List items to add to Sidebar with wip/publish

This commit is contained in:
Cyrille L 2023-02-15 14:30:23 +01:00
parent e65a92d38a
commit 4de6d51ea3
2 changed files with 4 additions and 0 deletions

View File

@ -314,6 +314,9 @@ def create_sidebar(option):
)
continue
# Show item to add
logs.out("35", '"%s": %s'%(title, line), False)
# Create HTML list for this article
link_title = '%s [@%s]'%(about, author)
sidebar_list = sidebar_list + \

View File

@ -57,6 +57,7 @@ def out(nbr, value, out):
'31' : ':? Not included. %sMax items reached%s %s'%(CY, CS, value),
'33' : ':D %sCreated file%s: %s'%(CG, CS, value),
'34' : ':D Publish %sfile change%s %s'%(CG, CS, value),
'35' : ':D %sAdd item%s %s'%(CG, CS, value),
'40' : ':/ %sInactive%s domain "%s"'%(CY, CS, value),
'41' : ':? %sIncomplete%s domain "%s"'%(CR, CS, value),
'42' : ':D %sActive%s domain "%s"'%(CG, CS, value),