Changeset 17819

Show
Ignore:
Timestamp:
08/02/08 19:27:23 (1 month ago)
Author:
vivana
Message:

added icons for form export and import links

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/core/web/jsp/form/designer/Main.jsp

    r17802 r17819  
    232232<tr> 
    233233        <td align="right" class="tableContent">&nbsp;</td> 
    234         <td align="right" class="tableContent" width="1%"><a href="javascript:exportForms();">Export</a>&nbsp;</td> 
    235         <td align="right" class="tableContent" width="1%"><a href="<%= SessionManager.getJSPRootURL() %>/form/designer/FormDefinitionUpload.jsp?module=<%=net.project.base.Module.FORM%>&action=<%=net.project.security.Action.MODIFY%>">Import</a>&nbsp;</td> 
     234        <td align="right" class="tableContent" width="1%"><a href="javascript:exportForms();"><img border="0" src="<%=SessionManager.getJSPRootURL()%>/images/folder.gif">&nbsp;Export</a>&nbsp;&nbsp;|&nbsp;&nbsp;</td> 
     235        <td align="right" class="tableContent" width="1%"><a href="<%= SessionManager.getJSPRootURL() %>/form/designer/FormDefinitionUpload.jsp?module=<%=net.project.base.Module.FORM%>&action=<%=net.project.security.Action.MODIFY%>"><img border="0" src="<%=SessionManager.getJSPRootURL()%>/images/file.gif">&nbsp;Import</a>&nbsp;</td> 
    236236</tr> 
    237237</table>