Merge pull request #249 from cvogeley/master

New modal dialog for item expiry
This commit is contained in:
friendica
2013-12-22 13:44:34 -08:00
9 changed files with 7345 additions and 5 deletions

View File

@@ -1142,6 +1142,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'),
));