Changeset 6328 for trunk/www/admin/hardware/edit_hardware.jsp
- Timestamp:
- Oct 15, 2013, 2:11:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/admin/hardware/edit_hardware.jsp
r6296 r6328 26 26 --%> 27 27 <%@ page pageEncoding="UTF-8" session="false" 28 import="net.sf.basedb.core.AnnotationType" 28 29 import="net.sf.basedb.core.SessionControl" 29 30 import="net.sf.basedb.core.DbControl" … … 102 103 %> 103 104 <base:page type="popup" title="<%=title%>" id="edit-page"> 104 <base:head scripts="tabcontrol-2.js, subtypes.js,~hardware.js" styles="tabcontrol.css">105 <base:head scripts="tabcontrol-2.js,annotations.js,subtypes.js,~hardware.js" styles="tabcontrol.css"> 105 106 <ext:scripts context="<%=jspContext%>" /> 106 107 <ext:stylesheets context="<%=jspContext%>" /> … … 196 197 </table> 197 198 </t:tab> 199 <t:tab id="annotations" title="Annotations" helpid="annotations.edit"> 200 <jsp:include page="../../common/annotations/annotate_frameset.jsp"> 201 <jsp:param name="item_type" value="<%=itemType.name()%>" /> 202 <jsp:param name="item_id" value="<%=itemId%>" /> 203 <jsp:param name="ID" value="<%=ID%>" /> 204 </jsp:include> 205 </t:tab> 198 206 </t:tabcontrol> 199 207 </form>
Note: See TracChangeset
for help on using the changeset viewer.