Guest User

Untitled

a guest
Jun 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <div class="o-form-group" data-composer-recipients>
  2. <label class="o-control-label"><?php echo JText::_('COM_EASYSOCIAL_CONVERSATIONS_RECIPIENTS'); ?>:</label>
  3. <div class="o-control-input">
  4. <div class="textboxlist controls disabled">
  5. <input type="text" autocomplete="off" disabled class="participants textboxlist-textField" data-textboxlist-textField placeholder="<?php echo $this->config->get('friends.enabled') ? JText::_('COM_EASYSOCIAL_CONVERSATIONS_START_TYPING') : JText::_('COM_EASYSOCIAL_CONVERSATIONS_START_TYPING_NON_FRIEND');?>" data-textboxlist-textField />
  6. </div>
  7. </div>
  8. </div>
Add Comment
Please, Sign In to add comment