- Added a better confirmation message when deleting content.

- Added a "commit" option as well as a listing of version tags per the rough
   edges discussions on IRC.
 - Added a "close" or "archive" option to replies.
This commit is contained in:
JT Smith 2006-06-10 20:49:11 +00:00
parent 58566a6ed6
commit 9aa86225be
9 changed files with 413 additions and 371 deletions

View file

@ -769,8 +769,8 @@ each asset under the tab &quot;Meta&quot; in the asset properties.</p>
message => q|Hide from navigation?|
},
'43' => {
lastUpdated => 1031514049,
message => q|Are you certain that you wish to delete this content?|
lastUpdated => 1149960436,
message => q|Are you certain that you wish to delete this content? Note that this change is not versioned and will take place immediately.|
},
'940' => {
lastUpdated => 1050438829,

View file

@ -52,6 +52,11 @@ editing an existing Post.|,
lastUpdated => 1149829706,
},
'archive.form' => {
message => q|A yes/no button to archive the thread when you submit this reply. This is only available to moderators.|,
lastUpdated => 1149829706,
},
'sticky.form' => {
message => q|A yes/no button to set the thread to be sticky, so that it stays at the top of the forum listing.|,
lastUpdated => 1149829706,