Guest User

Untitled

a guest
Feb 13th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <tr>
  2. <td> Info </td>
  3. <td> <apex:inputCheckbox value="{!isCurrent}" disabled="true" /> {!current.Name} </td>
  4. <td> <apex:inputCheckbox value="{!isPrevious}" disabled="true" /> {!Prev.Name} </td>
  5. </tr>
  6.  
  7. <tr>
  8. <td> Info </td>
  9. <td> <span class="checkbox"> {! NOT(ISNULL(current.Text__c))} </span> {!current.Text__c} </td>
  10. <td> <span class="checkbox"> {! ISNULL(current.Text__c)} </span> {!Prev.Text__c} </td>
  11. </tr>
Add Comment
Please, Sign In to add comment