diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-03-24 18:35:16 +0100 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-03-24 18:35:42 +0100 |
commit | cbdcb68c2b2bfed5d7ad3a1b0bf8b7f20210b258 (patch) | |
tree | 3e324ea6a3f122d9a1c32087c072d68a2d00cc2c /apps/gallery/templates | |
parent | e0cbefc7275fa622f15dc1e57be67fd283f28056 (diff) | |
download | nextcloud-server-cbdcb68c2b2bfed5d7ad3a1b0bf8b7f20210b258.tar.gz nextcloud-server-cbdcb68c2b2bfed5d7ad3a1b0bf8b7f20210b258.zip |
gallery sharing, experimental version
Diffstat (limited to 'apps/gallery/templates')
-rw-r--r-- | apps/gallery/templates/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gallery/templates/index.php b/apps/gallery/templates/index.php index dc5852733bd..c6373d3b0a2 100644 --- a/apps/gallery/templates/index.php +++ b/apps/gallery/templates/index.php @@ -14,7 +14,8 @@ $l = new OC_L10N('gallery'); <div id="scan"> <div id="scanprogressbar"></div> <input type="button" class="start" value="<?php echo $l->t('Rescan');?>" onclick="javascript:scanForAlbums();" /> - <input type="button" class="stop" style="display:none" value="<?php echo $l->t('Stop');?>" onclick="javascript:Scanner.stop();" /> + <input type="button" class="stop" style="display:none" value="<?php echo $l->t('Stop');?>" onclick="javascript:Scanner.stop();" /> + <input type="button" id="g-share-button" value="<?php echo $l->t('Share'); ?>" onclick="javascript:shareGallery();" /> <input type="button" id="g-settings-button" value="<?php echo $l->t('Settings');?>" onclick="javascript:settings();"/> </div> <div id="g-album-navigation"> |