Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-01-11 17:09:58 +0300
committerOlivier Paroz <github@oparoz.com>2015-01-11 17:09:58 +0300
commit229cb7831b9ff9021828465693feae72099bf4c0 (patch)
treee0cce3be5fd403a4adc29926d1d90a2ecd0abe28 /templates/part.content.php
parentf3c6b4895236b0b2ccf4e093fa73c58dc917e3c3 (diff)
Relaxed the column width
The PSR2 coding guidelines say that 80 is a soft limit and that the hard limit is at 120, so I'm allowing some lines to be longer than 80 to improve readability Some methods were also refactored slightly
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 834efdc3..44ff6104 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -31,12 +31,9 @@ style(
</span>
</div>
<div id="gallery" class="hascontrols"></div>
-
<div id="emptycontent" class="hidden"><?php p(
$l->t(
"No pictures found! If you upload pictures in the files app, they will be displayed here."
)
); ?></div>
-
-<input type="hidden" name="allowShareWithLink" id="allowShareWithLink"
- value="yes"/>
+<input type="hidden" name="allowShareWithLink" id="allowShareWithLink" value="yes"/>