Advertisement
Sdelkadrom

Untitled

Apr 20th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <?php if ($this->showForm): ?>
  2. <?php
  3. $this->beginWidget('zii.widgets.jui.CJuiDialog', array(
  4. 'id' => 'seo_image_dialog_' . $friendlyUrl->id,
  5. 'options' => array(
  6. 'autoOpen' => false,
  7. 'width' => '700px',
  8. 'modal' => true,
  9. 'resizable' => true,
  10. 'closeOnEscape' => true,
  11. ),
  12. ));
  13.  
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement