Guest User

Untitled

a guest
Jun 14th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.85 KB | None | 0 0
  1. # Resource strings used by the <stripes:errors> tag when there are no nested tags
  2. stripes.errors.header=<br/><div class="box box-error"><b>The following errors occurred:</b><ul>
  3. stripes.errors.beforeError=<li><b>
  4. stripes.errors.afterError=</b></li>
  5. stripes.errors.footer=</ul></div>
  6.  
  7. # Resource strings used by the <stripes:errors> tag when displaying errors for a
  8. # specific field (e.g. <stripes:errors field="password"/>). If not supplied the
  9. # values above will be used instead.
  10. stripes.fieldErrors.header=
  11. stripes.fieldErrors.beforeError=<span style="color: #b72222;">
  12. stripes.fieldErrors.afterError=</span><br />
  13. stripes.fieldErrors.footer=
  14.  
  15. # Resource strings used by the stripes:messages tag
  16. stripes.messages.header=<br/><div class="box box-info">
  17. stripes.messages.beforeMessage=<b>
  18. stripes.messages.afterMessage=</b>
  19. stripes.messages.footer=</div>
Add Comment
Please, Sign In to add comment