Skip to content

Commit

Permalink
Add billable / non-billable option
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed May 22, 2024
1 parent b98db7b commit 2e965ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions PropertyInspector/PluginActionPI.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@
<div class="sdpi-item-label">Client Name</div>
<input class="sdpi-item-value sdProperty" id="clientName" value="" placeholder="Enter the name of the Client" oninput="setSettings()">
</div>
<div class="sdpi-item">
<div class="sdpi-item-label">Billable</div>
<div class="sdpi-item-value">
<span class="sdpi-item-child">
<input id="rdio1" type="radio" name="billable" checked>
<label for="rdio1" class="sdpi-item-label"><span></span>Yes</label>
</span>
<span class="sdpi-item-child">
<input id="rdio2" type="radio" value="off" name="billable">
<label for="rdio2" class="sdpi-item-label"><span></span>No</label>
</span>
</div>
</div>
<div class="sdpi-item">
<div class="sdpi-item-label">Title Format</div>
<div class="sdpi-item-value textarea">
Expand Down

0 comments on commit 2e965ca

Please sign in to comment.