Mercurial > hg > rc1
comparison plugins/calendar/skins/larry/templates/eventedit.html @ 12:ff1f27bd05ad
partial success in getting back_link to message when making event from mail
| author | Charlie Root |
|---|---|
| date | Sat, 13 Jan 2018 09:39:32 -0500 |
| parents | f6fe4b6ae66a |
| children | 3bd5fe8166b8 |
comparison
equal
deleted
inserted
replaced
| 11:d57f154e7764 | 12:ff1f27bd05ad |
|---|---|
| 16 <input type="text" class="text" name="location" id="edit-location" size="40" /> | 16 <input type="text" class="text" name="location" id="edit-location" size="40" /> |
| 17 </div> | 17 </div> |
| 18 <div class="event-section"> | 18 <div class="event-section"> |
| 19 <label for="edit-description"><roundcube:label name="calendar.description" /></label> | 19 <label for="edit-description"><roundcube:label name="calendar.description" /></label> |
| 20 <br /> | 20 <br /> |
| 21 <textarea name="description" id="edit-description" class="text" rows="5" cols="40"></textarea> | 21 <div name="description" id="edit-description"></div> |
| 22 </div> | 22 </div> |
| 23 <div class="event-section"> | 23 <div class="event-section"> |
| 24 <label for="edit-url"><roundcube:label name="calendar.url" /></label> | 24 <label for="edit-url"><roundcube:label name="calendar.url" /></label> |
| 25 <br /> | 25 <br /> |
| 26 <input type="text" class="text" name="vurl" id="edit-url" size="40" /> | 26 <input type="text" class="text" name="vurl" id="edit-url" size="40" /> |
