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

@@ -132,6 +132,8 @@ function editpost_content(&$a) {
'$expires' => t('Set expiration date'),
'$feature_encrypt' => 'none',
'$encrypt' => t('Encrypt text'),
'$expiryModalOK' => t('OK'),
'$expiryModalCANCEL' => t('Cancel'),
));
return $o;