diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-12-22 14:21:57 +0100 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2013-12-22 14:21:57 +0100 |
commit | 25a533bd72c34e9775af71c010a39db6caf7b633 (patch) | |
tree | 2b9aa40233162b813ccec6c4caa28d380c7fcabd /mod/editpost.php | |
parent | 18defb2984db8447a43de6bcffb3bdc5e596a8e0 (diff) | |
download | volse-hubzilla-25a533bd72c34e9775af71c010a39db6caf7b633.tar.gz volse-hubzilla-25a533bd72c34e9775af71c010a39db6caf7b633.tar.bz2 volse-hubzilla-25a533bd72c34e9775af71c010a39db6caf7b633.zip |
New modal dialog for item expiry
Diffstat (limited to 'mod/editpost.php')
-rw-r--r-- | mod/editpost.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index b01afe9b3..8e2d2fd60 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -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; |