Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <?php endif ?>
  2.  
  3. <div class="col s4 m4">
  4. <label class="form-label"><?= __('Отправить письмо: '); ?></label>
  5. <select onchange="destinationAction()" class="input" name="destination" >
  6. <?php if (!$AuthUser->isAdmin()): ?>
  7. <option value="singleuser"><?= __('Администрация') ?></option>
  8. <?php endif ?>
  9.  
  10.  
  11. </select>
  12. </div>
  13. <?php if (!$AuthUser->isAdmin()): ?>
  14. <div id="usernameSection" class="col s4 m4">
  15. <label class="form-label"><?= __('Эл.почта администрации') ?></label>
  16. <input class="input"
  17. value="support@igfeed.ru"
  18. name="usernameemail"
  19. id="usernameemail"
  20. type="text"
  21. placeholder="support@igfeed.ru"
  22. >
  23. </div>
  24. <?php else: ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement