Skip to content
Snippets Groups Projects
Commit 213275a1 authored by Marvin Thomas Rabe's avatar Marvin Thomas Rabe
Browse files

Add translation and fixed some css problems

parent daee88fd
Branches
No related tags found
Loading
...@@ -10,6 +10,7 @@ select.chzn-select { ...@@ -10,6 +10,7 @@ select.chzn-select {
display: inline-block; display: inline-block;
zoom: 1; zoom: 1;
*display: inline; *display: inline;
vertical-align: bottom;
} }
.chzn-container .chzn-drop { .chzn-container .chzn-drop {
background: #fff; background: #fff;
......
...@@ -54,7 +54,7 @@ OC_UTIL::addStyle('', 'jquery.multiselect'); ...@@ -54,7 +54,7 @@ OC_UTIL::addStyle('', 'jquery.multiselect');
<label for="duration"><strong><?php echo $l->t('Event duration');?></strong></label> <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> <input type="text" maxlength="3" size="3" style="width: 2em;" id="duration" name="duration" /> <strong><?php echo $l->t("Minutes");?></strong>
<br /> <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 /> <?php echo OC_Helper::linkTo('apps/calendar', 'caldav.php', null, true); ?><br />
</fieldset> </fieldset>
</form> </form>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment