Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /* CSK - Start */
  2.  
  3. /* Set Tooltip Text */
  4. Local string &sToolTip = "If the donor does not have a last name, please enter the first name in the last name field and add FNU (First Name Unknown) on the first name field.";
  5.  
  6. /* Add/update html attributes (rel, title) */
  7. AV_SRCH_FLDS_WK.LAST_NAME_SRCH.HtmlAttributes = "title=""" | &sToolTip | """";
  8.  
  9. /* CSK - End */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement