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> </rows>
</grid> </grid>
</template> </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"> <grid width="100%" border="0" spacing="0" padding="0">
<columns> <columns>
<column width="70%"/> <column width="70%"/>
@ -225,7 +225,6 @@
</hbox> </hbox>
</vbox> </vbox>
</box> </box>
</hbox>
<box class="action_popup prompt" id="link_popup"> <box class="action_popup prompt" id="link_popup">
<vbox> <vbox>
<description value="Add / Remove link" class="promptheader"/> <description value="Add / Remove link" class="promptheader"/>
@ -237,6 +236,8 @@
</hbox> </hbox>
</vbox> </vbox>
</box> </box>
</hbox>
<description/>
</row> </row>
</rows> </rows>
</grid> </grid>