- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for editAsUseDefault (0.16 seconds)
-
src/main/webapp/WEB-INF/view/admin/design/admin_design.jsp
</button> <button type="submit" class="btn btn-warning" name="editAsUseDefault" value="<la:message key="labels.design_use_default_button" />"> <i class="fa fa-recycle" aria-hidden="true"></i>Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 11.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/design/AdminDesignAction.java
/** * Show the edit page with the default content. * @param form The edit form. * @return The HTML response. */ @Execute @Secured({ ROLE }) public HtmlResponse editAsUseDefault(final EditForm form) { final String jspType = "orig/view"; final File jspFile = getJspFile(form.fileName, jspType); try {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 17.4K bytes - Click Count (0)