New modal dialog for item expiry

This commit is contained in:
Christian Vogeley
2013-12-22 14:21:57 +01:00
parent 18defb2984
commit 25a533bd72
9 changed files with 7341 additions and 5 deletions

View File

@@ -1138,6 +1138,8 @@ function status_editor($a,$x,$popup=false) {
'$feature_encrypt' => ((feature_enabled($x['profile_uid'],'content_encrypt') && (! $webpage)) ? 'block' : 'none'),
'$encrypt' => t('Encrypt text'),
'$cipher' => $cipher,
'$expiryModalOK' => t('OK'),
'$expiryModalCANCEL' => t('Cancel'),
));