summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/horde-mnemo-kolab/files/HK-GW-Edit_share_rights-2.2_alpha.patch')
-rw-r--r--www-apps/horde-mnemo-kolab/files/HK-GW-Edit_share_rights-2.2_alpha.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/www-apps/horde-mnemo-kolab/files/HK-GW-Edit_share_rights-2.2_alpha.patch b/www-apps/horde-mnemo-kolab/files/HK-GW-Edit_share_rights-2.2_alpha.patch
deleted file mode 100644
index 0c03d48..0000000
--- a/www-apps/horde-mnemo-kolab/files/HK-GW-Edit_share_rights-2.2_alpha.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Allow to edit Kolab share rights for the notepads displayed by mnemo.
-
-diff -r 2318390b621a mnemo/templates/notepads/notepads.inc
---- a/mnemo/templates/notepads/notepads.inc Tue Sep 25 11:50:19 2007 +0200
-+++ b/mnemo/templates/notepads/notepads.inc Tue Sep 25 11:52:12 2007 +0200
-@@ -53,7 +53,7 @@ function updateForm(share)
- <p><?php echo Horde::label('id', _("Name:")) ?><br />
- <input id="id" name="id" size="30" maxlength="60" /><br />
- <?php if (empty($conf['shares']['no_sharing'])): ?>
--<input type="button" name="accesslist" class="button" onclick="popup(editURL.replace(/%40ID%40/, document.shares.edit_share.value));" value="<?php echo _("Permissions") ?>" style="display:none" />
-+<input type="button" name="accesslist" class="button" onclick="popup(editURL.replace(/%40ID%40/, encodeURIComponent(document.shares.edit_share.value)));" value="<?php echo _("Permissions") ?>" style="display:none" />
- <?php endif; ?>
- </p>
-