[Pkg-owncloud-commits] [owncloud] 136/273: make expiration message grey, less present in dropdown

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 63e6495e82b77baf384a478453ca37bd02430a83
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Mon Jun 30 14:08:36 2014 +0200

    make expiration message grey, less present in dropdown
---
 core/js/share.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/js/share.js b/core/js/share.js
index aab41cf..5763664 100644
--- a/core/js/share.js
+++ b/core/js/share.js
@@ -364,7 +364,7 @@ OC.Share={
 			html += '<div id="expiration">';
 			html += '<input type="checkbox" name="expirationCheckbox" id="expirationCheckbox" value="1" /><label for="expirationCheckbox">'+t('core', 'Set expiration date')+'</label>';
 			html += '<input id="expirationDate" type="text" placeholder="'+t('core', 'Expiration date')+'" style="display:none; width:90%;" />';
-			html += '<div id="defaultExpireMessage">'+defaultExpireMessage+'</div>';
+			html += '<em id="defaultExpireMessage">'+defaultExpireMessage+'</em>';
 			html += '</div>';
 			dropDownEl = $(html);
 			dropDownEl = dropDownEl.appendTo(appendTo);

-- 
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