Blame view
sources/apps/gallery/templates/index.php
413 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 |
<div id="controls">
<div id='breadcrumbs'></div>
<span class="right">
<button class="share"><?php p($l->t("Share")); ?></button>
<a class="share" data-item-type="folder" data-item="" title="<?php p($l->t("Share")); ?>"
data-possible-permissions="31"></a>
</span>
</div>
<div id='gallery' class="hascontrols"></div>
<input type="hidden" name="allowShareWithLink" id="allowShareWithLink" value="yes" />
|