Changeset 1a33532
- Timestamp:
- May 23, 2016 11:29:10 AM (5 years ago)
- Branches:
- master
- Children:
- 31b480a
- Parents:
- 96fc02de
- Location:
- apps/routerconsole/jsp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/routerconsole/jsp/configclients.jsp
r96fc02de r1a33532 168 168 <input type="hidden" name="nonce" value="<%=pageNonce%>" > 169 169 <%=intl._t("Select xpi2p or su3 file")%>: 170 <input type="file" name="pluginFile" >170 <input type="file" name="pluginFile" accept=".xpi2p,.su3" > 171 171 </td> 172 172 <td class="optionsave" align="right"> -
apps/routerconsole/jsp/configreseed.jsp
r96fc02de r1a33532 55 55 <td> 56 56 <%=intl._t("Select zip or su3 file")%>: 57 <input name="file" type="file" value="" />57 <input name="file" type="file" accept=".zip,.su3" value="" /> 58 58 </td> 59 59 <td class="optionsave">
Note: See TracChangeset
for help on using the changeset viewer.