]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add translation and fixed some css problems
authorMarvin Thomas Rabe <m.rabe@echtzeitraum.de>
Sun, 2 Oct 2011 13:55:23 +0000 (15:55 +0200)
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>
Sun, 2 Oct 2011 13:55:23 +0000 (15:55 +0200)
3rdparty/css/chosen.css
apps/calendar/templates/settings.php

index 247d07bf0217901f93d6a1c83d214db4cef6831f..96bae0fe95a380c0ac984920af40c45a9923bd2a 100644 (file)
@@ -10,6 +10,7 @@ select.chzn-select {
   display: inline-block;
   zoom: 1;
   *display: inline;
+  vertical-align: bottom;
 }
 .chzn-container .chzn-drop {
   background: #fff;
index 144a05059ca4b2465c546bf2b82ec514b49bc411..922dce76663297d0b23159f7c6d1b859237af15c 100644 (file)
@@ -54,7 +54,7 @@ OC_UTIL::addStyle('', 'jquery.multiselect');
                <label for="duration"><strong><?php echo $l->t('Event duration');?></strong></label>
                <input type="text" maxlength="3" size="3" style="width: 2em;" id="duration" name="duration" /> <strong><?php echo $l->t("Minutes");?></strong>
                <br />
-               Calendar CalDAV syncing address: 
+               <?php echo $l->t('Calendar CalDAV syncing address:');?> 
                <?php echo OC_Helper::linkTo('apps/calendar', 'caldav.php', null, true); ?><br />
         </fieldset>
 </form>