<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
<f:entry field="quiet">
<f:checkbox title="${%QUIET Perforce messages}" default="true"/>
</f:entry>
<f:entry field="pin">
<table border="0" width="100%">
<tr>
<td nowrap="true">Pin build at Perforce Label</td>
<td width="100%"><f:textbox/></td>
</tr>
</table>
</f:entry>
</j:jelly>
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 22683 | Paul Allen | Implement a FlushOnly sync for "Populate Options" (abbec) |