andreybotanic

edit.vm

Dec 6th, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.49 KB | None | 0 0
  1. $webResourceManager.requireResourcesForContext("com.atlassian.hclass.limitedUserPickerPlugin.limitedUserPicker")
  2. #controlHeader ($action $customField.id $customField.name $fieldLayoutItem.required $displayParameters.noHeader)
  3.  
  4. <input id="$customField.id" name="$customField.id" class="long-field" />
  5.  
  6. #set ( $d = "$")
  7.  
  8. <script type="text/javascript">
  9.     createSelect2("$customField.id");
  10. </script>
  11.  
  12. #controlFooter ($action $fieldLayoutItem.fieldDescription $displayParameters.noHeader)
Advertisement
Add Comment
Please, Sign In to add comment