SyncML

Sven Gehr mailingliste at dreampixel.de
Wed Oct 27 12:33:38 CEST 2010


Am Samstag, 23. Oktober 2010, 13:10:15 schrieb Heiner Markert:


> I have written a patch for kolabs Horde allowing to sync multiple
> calendars. It must be somewhere on the mailing list and in kolabs bug
> tracker.

I found this on the ml:

> >> The trivial fix for the missing newline is
> >>
> >> <snip>
> >> --- kronolith/templates/prefs/shareselect.inc.orig      2010-01-17
> >> 15:47:22.375039051 +0100 +++ kronolith/templates/prefs/shareselect.inc
> >> 2010-01-17 15:47:58.495039095 +0100 @@ -12,5 +12,5 @@
> >>        <?php foreach ($sharelist as $id =>  $share): ?>
> >>         <option value="<?php echo htmlspecialchars($id) ?>"<?php if ($id
> >> == $default_share) echo ' selected="selected"' ?>><?php echo
> >> htmlspecialchars($share->get('name')) ?></option>  <?php endforeach; ?>
> >> -</select>
> >> +</select><br/>
> >>    <?php endif; ?>
> >> </snip>

I'm not a php-developer. How can I add this patch? I create a new file??:

/kolab/var/kolab/www/client/kronolith/templates/prefs/shareselect.inc.orig:

<?php foreach ($sharelist as $id =>  $share): ?>
<option value="<?php echo htmlspecialchars($id) ?>"
<?php if ($id == $default_share) echo ' selected="selected"' ?>>
<?php echo htmlspecialchars($share->get('name')) ?>
</option>
<?php endforeach; ?>
-</select>
+</select><br/>
<?php endif; ?>




-- 
Viele Grüße

Sven Gehr
Mailclient: Linux/K-Mail
Linux-User-Nr: #368994




More information about the users mailing list