- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for front_footer (0.06 sec)
-
src/test/java/org/codelibs/fess/mylasta/action/FessMessagesTest.java
// Test constant fields public void test_constantFields() { // Test error message constants assertEquals("{errors.front_header}", FessMessages.ERRORS_front_header); assertEquals("{errors.front_footer}", FessMessages.ERRORS_front_footer); assertEquals("{errors.front_prefix}", FessMessages.ERRORS_front_prefix); assertEquals("{errors.front_suffix}", FessMessages.ERRORS_front_suffix);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 28.2K bytes - Viewed (0) -
src/main/resources/fess_message.properties
# Framework Default # ================= # ---------------------------------------------------------- # Lasta Taglib # ------------ errors.front_header= errors.front_footer= errors.front_prefix=<div class="alert alert-warning"> errors.front_suffix=</div> errors.header = <ul class="has-error"> errors.footer = </ul> errors.prefix = <li><i class="fa fa-exclamation-circle"></i>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: */ public static final String ERRORS_front_header = "{errors.front_header}"; /** The key of the message: */ public static final String ERRORS_front_footer = "{errors.front_footer}"; /** The key of the message: <div class="alert alert-warning"> */ public static final String ERRORS_front_prefix = "{errors.front_prefix}"; /** The key of the message: </div> */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0)