This commit is contained in:
Baris Soner Usakli
2014-02-18 12:16:33 -05:00
parent 3993259336
commit e1f016c075
4 changed files with 22 additions and 9 deletions

View File

@@ -10,8 +10,8 @@ define(['taskbar'], function(taskbar) {
type: 'danger',
timeout: 5000,
alert_id: 'post_error',
title: 'Please Log In to Post',
message: 'Posting is currently restricted to registered members only, click here to log in',
title: '[[global:please_log_in]]',
message: '[[global:posting_restriction_info]]',
clickfn: function() {
ajaxify.go('login');
}