From 25a533bd72c34e9775af71c010a39db6caf7b633 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Sun, 22 Dec 2013 14:21:57 +0100 Subject: New modal dialog for item expiry --- include/conversation.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/conversation.php b/include/conversation.php index a2eeda25b..bb9440313 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -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'), )); -- cgit v1.2.3