65 lines
3.4 KiB
HTML
65 lines
3.4 KiB
HTML
<div id="taskedit" class="uidialog uidialog-tabbed">
|
|
<form id="taskeditform" action="#" method="post" enctype="multipart/form-data">
|
|
<ul>
|
|
<li><a href="#taskedit-tab-1"><roundcube:label name="tasklist.tabsummary" /></a></li><li id="taskedit-tab-attachments"><a href="#taskedit-tab-2"><roundcube:label name="tasklist.tabattachments" /></a></li>
|
|
</ul>
|
|
<!-- basic info -->
|
|
<div id="taskedit-tab-1">
|
|
<div class="form-section">
|
|
<label for="taskedit-title"><roundcube:label name="tasklist.title" /></label>
|
|
<br />
|
|
<input type="text" class="text" name="title" id="taskedit-title" size="60" tabindex="1" />
|
|
</div>
|
|
<div class="form-section">
|
|
<label for="taskedit-description"><roundcube:label name="tasklist.description" /></label>
|
|
<br />
|
|
<textarea name="description" id="taskedit-description" class="text" rows="5" cols="60" tabindex="2"></textarea>
|
|
</div>
|
|
<div class="form-section">
|
|
<label for="taskedit-tags"><roundcube:label name="tasklist.tags" /></label>
|
|
<roundcube:object name="plugin.tags_editline" id="taskedit-tagline" class="tagedit" tabindex="3" />
|
|
</div>
|
|
<div class="form-section">
|
|
<label for="taskedit-startdate"><roundcube:label name="tasklist.start" /></label>
|
|
<input type="text" name="startdate" size="10" id="taskedit-startdate" tabindex="23" />
|
|
<input type="text" name="starttime" size="6" id="taskedit-starttime" tabindex="24" />
|
|
<a href="#nodate" style="margin-left:1em" class="edit-nodate" rel="#taskedit-startdate,#taskedit-starttime"><roundcube:label name="tasklist.nodate" /></a>
|
|
</div>
|
|
<div class="form-section">
|
|
<label for="taskedit-date"><roundcube:label name="tasklist.datetime" /></label>
|
|
<input type="text" name="date" size="10" id="taskedit-date" tabindex="20" />
|
|
<input type="text" name="time" size="6" id="taskedit-time" tabindex="21" />
|
|
<a href="#nodate" style="margin-left:1em" class="edit-nodate" rel="#taskedit-date,#taskedit-time"><roundcube:label name="tasklist.nodate" /></a>
|
|
</div>
|
|
<div class="form-section" id="taskedit-alarms">
|
|
<div class="edit-alarm-item first">
|
|
<label><roundcube:label name="tasklist.alarms" /></label>
|
|
<roundcube:object name="plugin.alarm_select" />
|
|
<span class="edit-alarm-buttons">
|
|
<a href="#add" class="iconlink add add-alarm">+</a>
|
|
<a href="#delete" class="iconlink delete delete-alarm">-</a>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div class="form-section">
|
|
<label for="taskedit-completeness"><roundcube:label name="tasklist.complete" /></label>
|
|
<input type="text" name="title" id="taskedit-completeness" size="3" tabindex="25" /> %
|
|
<div id="taskedit-completeness-slider"></div>
|
|
</div>
|
|
<div class="form-section" id="tasklist-select">
|
|
<label for="taskedit-tasklist"><roundcube:label name="tasklist.list" /></label>
|
|
<roundcube:object name="plugin.tasklist_select" id="taskedit-tasklist" tabindex="26" />
|
|
</div>
|
|
</div>
|
|
<!-- attachments list (with upload form) -->
|
|
<div id="taskedit-tab-2">
|
|
<div id="taskedit-attachments">
|
|
<roundcube:object name="plugin.attachments_list" id="taskedit-attachment-list" class="attachmentslist" />
|
|
</div>
|
|
<div id="taskedit-attachments-form">
|
|
<roundcube:object name="plugin.attachments_form" id="taskedit-attachment-form" attachmentFieldSize="30" />
|
|
</div>
|
|
<roundcube:object name="plugin.filedroparea" id="taskedit-tab-2" />
|
|
</div>
|
|
</form>
|
|
</div>
|