Hi all,
Excuse my newness to the openACS code and what will I'm sure be completely obvious questions for the next couple of months while I get up to speed.
In the project manager there were some localization changes and in the www/tasks-delete.tcl file within an ad_form construct
-actions {{"Delete this task?" delete} {"Cancel" cancel}} \
was changed to:
-actions {{"<span>#</span>project-manager.Delete_this_task#" delete} {"<span>#</span>project-manager.Cancel#" cancel}} \
On the 5-1 branch of OpenACS the labels for the buttons don't get evaluated and the buttons I see have the literal values <span>#</span>project-manager.Delete_this_task#
I'm at a loss on how to fix this.