Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-09-30 00:15:42 +0400
committerBart Visscher <bartv@thisnet.nl>2011-09-30 00:15:42 +0400
commitd59c48217d704dd8dc1f3c00d9403ced489ff9ec (patch)
tree8488ee02cea689992aff78fbdb5f59a9702f2415 /apps/calendar
parent98fad5de9282061c3c0cfc80ea073844771c1c0d (diff)
Change colspan in choose calendar dialog to 6
Diffstat (limited to 'apps/calendar')
-rw-r--r--apps/calendar/templates/part.choosecalendar.php4
-rw-r--r--apps/calendar/templates/part.editcalendar.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/calendar/templates/part.choosecalendar.php b/apps/calendar/templates/part.choosecalendar.php
index 9495e7192bb..65eb39cbfdf 100644
--- a/apps/calendar/templates/part.choosecalendar.php
+++ b/apps/calendar/templates/part.choosecalendar.php
@@ -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>
diff --git a/apps/calendar/templates/part.editcalendar.php b/apps/calendar/templates/part.editcalendar.php
index b5c786f63c1..a7ebe30f8e2 100644
--- a/apps/calendar/templates/part.editcalendar.php
+++ b/apps/calendar/templates/part.editcalendar.php
@@ -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>