From cb719960089b199281315b91a30023686df489ec Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Sun, 12 Aug 2012 17:21:09 +0200 Subject: [PATCH] Change image links to use imagePath function --- apps/calendar/templates/calendar.php | 2 +- apps/calendar/templates/share.dropdown.php | 4 ++-- apps/contacts/templates/index.php | 8 ++++---- apps/files_versions/templates/settings-personal.php | 4 ++-- apps/remoteStorage/{ => img}/remoteStorage.png | Bin apps/remoteStorage/templates/settings.php | 4 ++-- apps/user_migrate/templates/settings.php | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) rename apps/remoteStorage/{ => img}/remoteStorage.png (100%) diff --git a/apps/calendar/templates/calendar.php b/apps/calendar/templates/calendar.php index c94cc755ab..15891aafd9 100644 --- a/apps/calendar/templates/calendar.php +++ b/apps/calendar/templates/calendar.php @@ -44,7 +44,7 @@
<?php echo $l->t('Settings'); ?> - <?php echo $l->t('Settings'); ?> + <?php echo $l->t('Settings'); ?>
diff --git a/apps/calendar/templates/share.dropdown.php b/apps/calendar/templates/share.dropdown.php index 07b4c4bced..391ae83765 100644 --- a/apps/calendar/templates/share.dropdown.php +++ b/apps/calendar/templates/share.dropdown.php @@ -33,7 +33,7 @@ echo OCP\html_select_options($allusers, array());