Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for editAsUseDefault (0.1 seconds)

  1. 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: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 11.2K bytes
    - Click Count (0)
  2. 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: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Jan 23 23:57:26 GMT 2026
    - 20.1K bytes
    - Click Count (0)
Back to Top