- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for front_suffix (0.05 sec)
-
src/test/java/org/codelibs/fess/mylasta/action/FessMessagesTest.java
assertEquals("{errors.front_footer}", FessMessages.ERRORS_front_footer); assertEquals("{errors.front_prefix}", FessMessages.ERRORS_front_prefix); assertEquals("{errors.front_suffix}", FessMessages.ERRORS_front_suffix); assertEquals("{errors.header}", FessMessages.ERRORS_HEADER); assertEquals("{errors.footer}", FessMessages.ERRORS_FOOTER);
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
# ================= # ---------------------------------------------------------- # 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> errors.suffix = </li> # ----------------------------------------------------------
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
public static final String ERRORS_front_prefix = "{errors.front_prefix}"; /** The key of the message: </div> */ public static final String ERRORS_front_suffix = "{errors.front_suffix}"; /** The key of the message: <ul class="has-error"> */ public static final String ERRORS_HEADER = "{errors.header}"; /** The key of the message: </ul> */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0)