[Pkg-owncloud-commits] [owncloud] 22/111: LDAP Wizard: move status indicator in one line with back and continue buttons
David Prévot
taffit at moszumanska.debian.org
Wed Nov 20 21:38:36 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 7a61dcadd276d8362909b61c2411c332272f8451
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Fri Nov 8 14:57:13 2013 +0100
LDAP Wizard: move status indicator in one line with back and continue buttons
---
apps/user_ldap/templates/part.wizardcontrols.php | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/apps/user_ldap/templates/part.wizardcontrols.php b/apps/user_ldap/templates/part.wizardcontrols.php
index 3a060e9..f17b362 100644
--- a/apps/user_ldap/templates/part.wizardcontrols.php
+++ b/apps/user_ldap/templates/part.wizardcontrols.php
@@ -1,4 +1,5 @@
<div class="ldapWizardControls">
+ <span class="ldap_config_state_indicator"></span> <span class="ldap_config_state_indicator_sign"></span>
<button class="ldap_action_back invisible" name="ldap_action_back"
type="button">
<?php p($l->t('Back'));?>
@@ -10,8 +11,6 @@
target="_blank">
<img src="<?php print_unescaped(OCP\Util::imagePath('', 'actions/info.png')); ?>"
style="height:1.75ex" />
- <?php p($l->t('Help'));?>
+ <span class="ldap_grey"><?php p($l->t('Help'));?></span>
</a>
- <br/>
- <span class="ldap_config_state_indicator"></span> <span class="ldap_config_state_indicator_sign"></span>
</div>
\ No newline at end of file
--
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