Mercurial > hg > rc1
diff plugins/calendar/skins/larry/templates/eventedit.html @ 17:3bd5fe8166b8
switch to using vurl as well for better display, and it gets saved
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 17:06:41 -0500 |
parents | ff1f27bd05ad |
children |
line wrap: on
line diff
--- a/plugins/calendar/skins/larry/templates/eventedit.html Sat Jan 13 09:45:02 2018 -0500 +++ b/plugins/calendar/skins/larry/templates/eventedit.html Sat Jan 13 17:06:41 2018 -0500 @@ -18,12 +18,7 @@ <div class="event-section"> <label for="edit-description"><roundcube:label name="calendar.description" /></label> <br /> - <div name="description" id="edit-description"></div> - </div> - <div class="event-section"> - <label for="edit-url"><roundcube:label name="calendar.url" /></label> - <br /> - <input type="text" class="text" name="vurl" id="edit-url" size="40" /> + <textarea name="description" id="edit-description" class="text" rows="5" cols="40"></textarea> </div> <div class="event-section"> <label style="float:right;padding-right:0.5em"><input type="checkbox" name="allday" id="edit-allday" value="1" /><roundcube:label name="calendar.all-day" /></label> @@ -75,6 +70,11 @@ <div class="event-text"></div> <br style="clear:left"> </div> + <div class="event-section"> + <label for="edit-url"><roundcube:label name="calendar.url" /></label> + <br /> + <input type="text" class="text" name="vurl" id="edit-url" size="40" /> + </div> </div> <!-- recurrence settings --> <div id="event-panel-recurrence"> @@ -130,4 +130,4 @@ <roundcube:object name="plugin.edit_attendees_notify" id="edit-attendees-notify" class="event-dialog-message" style="display:none" /> <roundcube:object name="plugin.edit_recurring_warning" class="event-dialog-message edit-recurring-warning" style="display:none" /> <div id="edit-localchanges-warning" class="event-dialog-message" style="display:none"><roundcube:label name="calendar.localchangeswarning" /></div> -</div> \ No newline at end of file +</div>