List items to add to Sidebar with wip/publish
This commit is contained in:
parent
e65a92d38a
commit
4de6d51ea3
|
@ -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 + \
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue