]> source.dussan.org Git - nextcloud-server.git/commitdiff
Change colspan in choose calendar dialog to 6
authorBart Visscher <bartv@thisnet.nl>
Thu, 29 Sep 2011 20:15:42 +0000 (22:15 +0200)
committerBart Visscher <bartv@thisnet.nl>
Thu, 29 Sep 2011 20:15:42 +0000 (22:15 +0200)
apps/calendar/templates/part.choosecalendar.php
apps/calendar/templates/part.editcalendar.php

index 9495e7192bbcc475c9cf872fc42ee47053e45fe0..65eb39cbfdfc59ce140c31c0f4dcd1c0a5250e5e 100644 (file)
@@ -11,12 +11,12 @@ for($i = 0; $i < count($option_calendars); $i++){
 }
 ?>
 <tr>
-       <td colspan="4">
+       <td colspan="6">
                <a href="#" onclick="Calendar.UI.Calendar.newCalendar(this);"><?php echo $l->t('New Calendar') ?></a>
        </td>
 </tr>
 <tr>
-       <td colspan="4">
+       <td colspan="6">
                <p style="margin: 0 auto;width: 90%;"><input style="display:none;width: 90%;float: left;" type="text" id="caldav_url" onmouseover="$('#caldav_url').select();" title="<?php echo $l->t("CalDav Link"); ?>"><img id="caldav_url_close" style="height: 20px;vertical-align: middle;display: none;" src="../../core/img/actions/delete.svg" alt="close" onclick="$('#caldav_url').hide();$('#caldav_url_close').hide();"/></p>
        </td>
 </tr>
index b5c786f63c113d909c39250ab8aa223b28da7c09..a7ebe30f8e2479ff9cb536ffb46be20f231c1100 100644 (file)
@@ -6,7 +6,7 @@
  * See the COPYING-README file.
  */
 ?>
-<td id="<?php echo $_['new'] ? 'new' : 'edit' ?>calendar_dialog" title="<?php echo $_['new'] ? $l->t("New calendar") : $l->t("Edit calendar"); ?>" colspan="4">
+<td id="<?php echo $_['new'] ? 'new' : 'edit' ?>calendar_dialog" title="<?php echo $_['new'] ? $l->t("New calendar") : $l->t("Edit calendar"); ?>" colspan="6">
 <table width="100%" style="border: 0;">
 <tr>
        <th><?php echo $l->t('Displayname') ?></th>