[Pkg-owncloud-commits] [owncloud] 05/73: fix label for versioning in admin settings
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:08:57 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v4.0.10
in repository owncloud.
commit c32a99b14cd463f8e8b8625dc59279064b9bdb03
Author: Georg Ehrke <dev at georgswebsite.de>
Date: Sat Aug 4 18:50:05 2012 +0200
fix label for versioning in admin settings
---
apps/files_versions/templates/settings.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files_versions/templates/settings.php b/apps/files_versions/templates/settings.php
index c3a856b..8682fc0 100644
--- a/apps/files_versions/templates/settings.php
+++ b/apps/files_versions/templates/settings.php
@@ -1,4 +1,4 @@
-<form id="versions">
+<form id="versionssettings">
<fieldset class="personalblock">
<input type="checkbox" name="versions" id="versions" value="1" <?php if (OCP\Config::getSystemValue('versions', 'true')=='true') echo ' checked="checked"'; ?> /> <label for="versions"><?php echo $l->t('Enable Files Versioning'); ?></label> <br/>
</fieldset>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list