Advertisement
Guest User

Untitled

a guest
Sep 24th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" title="{$lang->postbit_edit}" class="postbit_button"><img src="{$theme['imgdir']}/icons/edit.png" alt="{$lang->postbit_edit}" title="{$lang->postbit_edit}" />Edytuj</a>
  2. <div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" class="popup_item quick_edit_button" id="quick_edit_post_{$post['pid']}">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
  3. <script type="text/javascript">
  4. // <!--
  5. if(use_xmlhttprequest == "1")
  6. {
  7. $("#edit_post_{$post['pid']}").popupMenu();
  8. }
  9. // -->
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement