Fix link action popup

This commit is contained in:
Nathan Gray 2012-04-02 19:20:33 +00:00
parent 2d6569414b
commit 74a79dfad9
2 changed files with 16 additions and 15 deletions

File diff suppressed because one or more lines are too long

View File

@ -168,7 +168,7 @@
</rows>
</grid>
</template>
<template id="infolog.index" template="" lang="" group="0" version="1.9.002">
<template id="infolog.index" template="" lang="" group="0" version="1.9.003">
<grid width="100%" border="0" spacing="0" padding="0">
<columns>
<column width="70%"/>
@ -225,18 +225,19 @@
</hbox>
</vbox>
</box>
<box class="action_popup prompt" id="link_popup">
<vbox>
<description value="Add / Remove link" class="promptheader"/>
<link-entry id="link" class="action_popup-content"/>
<hbox>
<button label="Add" id="link_action[add]" onclick="nm_submit_popup(this); return false;"/>
<button label="Delete" id="link_action[delete]" onclick="nm_submit_popup(this); return false;"/>
<buttononly label="Cancel" onclick="nm_hide_popup(this,'link_popup');"/>
</hbox>
</vbox>
</box>
</hbox>
<box class="action_popup prompt" id="link_popup">
<vbox>
<description value="Add / Remove link" class="promptheader"/>
<link-entry id="link" class="action_popup-content"/>
<hbox>
<button label="Add" id="link_action[add]" onclick="nm_submit_popup(this); return false;"/>
<button label="Delete" id="link_action[delete]" onclick="nm_submit_popup(this); return false;"/>
<buttononly label="Cancel" onclick="nm_hide_popup(this,'link_popup');"/>
</hbox>
</vbox>
</box>
<description/>
</row>
</rows>
</grid>