Changeset 980
- Timestamp:
- Oct 22, 2010, 1:12:38 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/common/_feedback.gsp
r969 r980 16 16 }); 17 17 </script> 18 <img id="add_feedback" src="${resource(dir: 'images ', file: 'icons/famfamfam/bug_add.png')}" style="cursor: pointer;" alt="submit feedback for this page"/>18 <img id="add_feedback" src="${resource(dir: 'images/icons', file: 'bug_add.png', plugin: 'famfamfam')}" style="cursor: pointer;" alt="submit feedback for this page"/> 19 19 <div class="feedback" id="feedback"> 20 20 <iframe src ="https://trac.nbic.nl/gscf/newticket" width="100%" height="300"> -
trunk/grails-app/views/templateEditor/elements/_liFieldInUse.gsp
r959 r980 1 1 <g:set var="numUses" value="${templateField.numUses()}" /> 2 2 <span class="listButtons"> 3 <img onClick="showTemplateFieldForm( 'templateField_' + ${templateField.id}); this.blur(); return false;" src="${createLinkTo( dir: 'images ', file: 'icons/famfamfam/application_edit.png')}" alt="Edit template field properties" title="Edit template field properties">4 <img class="disabled" src="${createLinkTo( dir: 'images ', file: 'icons/famfamfam/delete.png')}" alt="Deleting this field is not possible. Field is used in ${numUses} templates." title="Deleting this field is not possible. Field is used in ${numUses} templates.">5 <img onClick="addTemplateField( ${templateField.id}, null, true );" src="${createLinkTo( dir: 'images ', file: 'icons/famfamfam/add.png')}" alt="Add field to template" title="Add field to template">3 <img onClick="showTemplateFieldForm( 'templateField_' + ${templateField.id}); this.blur(); return false;" src="${createLinkTo( dir: 'images/icons', file: 'application_edit.png', plugin: 'famfamfam' )}" alt="Edit template field properties" title="Edit template field properties"> 4 <img class="disabled" src="${createLinkTo( dir: 'images/icons', file: 'delete.png', plugin: 'famfamfam' )}" alt="Deleting this field is not possible. Field is used in ${numUses} templates." title="Deleting this field is not possible. Field is used in ${numUses} templates."> 5 <img onClick="addTemplateField( ${templateField.id}, null, true );" src="${createLinkTo( dir: 'images/icons', file: 'add.png', plugin: 'famfamfam' )}" alt="Add field to template" title="Add field to template"> 6 6 </span> 7 7 -
trunk/grails-app/views/templateEditor/elements/_liFieldNotInUse.gsp
r959 r980 1 1 <span class="listButtons"> 2 <img onClick="showTemplateFieldForm( 'templateField_' + ${templateField.id}); this.blur(); return false;" src="${createLinkTo( dir: 'images ', file: 'icons/famfamfam/application_edit.png')}" alt="Edit template field properties" title="Edit template field properties">3 <img onClick="if( confirm( 'Are you sure?' ) ) { deleteTemplateField( ${templateField.id} ); }" src="${createLinkTo( dir: 'images ', file: 'icons/famfamfam/delete.png')}" alt="Delete this template field" title="Delete this template field">4 <img onClick="addTemplateField( ${templateField.id}, null, true );" src="${createLinkTo( dir: 'images ', file: 'icons/famfamfam/add.png')}" alt="Add field to template" title="Add field to template">2 <img onClick="showTemplateFieldForm( 'templateField_' + ${templateField.id}); this.blur(); return false;" src="${createLinkTo( dir: 'images/icons', file: 'application_edit.png', plugin: 'famfamfam' )}" alt="Edit template field properties" title="Edit template field properties"> 3 <img onClick="if( confirm( 'Are you sure?' ) ) { deleteTemplateField( ${templateField.id} ); }" src="${createLinkTo( dir: 'images/icons', file: 'delete.png', plugin: 'famfamfam' )}" alt="Delete this template field" title="Delete this template field"> 4 <img onClick="addTemplateField( ${templateField.id}, null, true );" src="${createLinkTo( dir: 'images/icons', file: 'add.png', plugin: 'famfamfam' )}" alt="Add field to template" title="Add field to template"> 5 5 </span> 6 6 -
trunk/grails-app/views/templateEditor/elements/_liFieldSelected.gsp
r959 r980 1 1 <span class="listButtons"> 2 2 <g:if test="${template.inUse()}"> 3 <img class="disabled" src="${createLinkTo( dir: 'images ', file: 'icons/famfamfam/delete.png')}" alt="This field can not be removed from the template, as the template is still in use." title="This field can not be removed from the template, as the template is still in use.">3 <img class="disabled" src="${createLinkTo( dir: 'images/icons', file: 'delete.png', plugin: 'famfamfam' )}" alt="This field can not be removed from the template, as the template is still in use." title="This field can not be removed from the template, as the template is still in use."> 4 4 </g:if> 5 5 <g:else> 6 <img onClick="removeTemplateField( ${templateField.id} ); moveFieldListItem( ${templateField.id}, '#availableTemplateFields' );" src="${createLinkTo( dir: 'images ', file: 'icons/famfamfam/delete.png')}" alt="Remove this template field from the template" title="Remove this template field from the template">6 <img onClick="removeTemplateField( ${templateField.id} ); moveFieldListItem( ${templateField.id}, '#availableTemplateFields' );" src="${createLinkTo( dir: 'images/icons', file: 'delete.png', plugin: 'famfamfam' )}" alt="Remove this template field from the template" title="Remove this template field from the template"> 7 7 </g:else> 8 8 </span> -
trunk/grails-app/views/templateEditor/elements/_liTemplateEditable.gsp
r959 r980 1 1 <span class="listButtons"> 2 <img onClick="editTemplate( ${template.id} );" src="${createLinkTo( dir: 'images ', file: 'icons/famfamfam/application_edit.png')}" alt="Edit template properties" title="Edit template properties">3 <img onClick="editFields( ${template.id} );"src="${createLinkTo( dir: 'images ', file: 'icons/famfamfam/application_form.png')}" alt="Add/remove template fields" title="Add/remove template fields">4 <img onClick="if( confirm( 'Are you sure?' ) ) { deleteTemplate( ${template.id} ); }" src="${createLinkTo( dir: 'images ', file: 'icons/famfamfam/delete.png')}" alt="Delete this template" title="Delete this template">2 <img onClick="editTemplate( ${template.id} );" src="${createLinkTo( dir: 'images/icons', file: 'application_edit.png', plugin: 'famfamfam' )}" alt="Edit template properties" title="Edit template properties"> 3 <img onClick="editFields( ${template.id} );"src="${createLinkTo( dir: 'images/icons', file: 'application_form.png', plugin: 'famfamfam' )}" alt="Add/remove template fields" title="Add/remove template fields"> 4 <img onClick="if( confirm( 'Are you sure?' ) ) { deleteTemplate( ${template.id} ); }" src="${createLinkTo( dir: 'images/icons', file: 'delete.png', plugin: 'famfamfam' )}" alt="Delete this template" title="Delete this template"> 5 5 </span> 6 6 ${template.name} -
trunk/grails-app/views/templateEditor/elements/_liTemplateNonEditable.gsp
r959 r980 1 1 <g:set var="numUses" value="${template.numUses()}" /> 2 2 <span class="listButtons"> 3 <img onClick="editTemplate( ${template.id} );" src="${createLinkTo( dir: 'images ', file: 'icons/famfamfam/application_edit.png')}" alt="Edit template properties" title="Edit template properties">4 <img onClick="editFields( ${template.id} );"src="${createLinkTo( dir: 'images ', file: 'icons/famfamfam/application_form.png')}" alt="Add/remove template fields" title="Add/remove template fields">5 <img class="disabled" src="${createLinkTo( dir: 'images ', file: 'icons/famfamfam/delete.png')}" alt="Deleting this template is not possible. Template is used in ${numUses} objects." title="Deleting this template is not possible. Template is used in ${numUses} objects.">3 <img onClick="editTemplate( ${template.id} );" src="${createLinkTo( dir: 'images/icons', file: 'application_edit.png', plugin: 'famfamfam' )}" alt="Edit template properties" title="Edit template properties"> 4 <img onClick="editFields( ${template.id} );"src="${createLinkTo( dir: 'images/icons', file: 'application_form.png', plugin: 'famfamfam' )}" alt="Add/remove template fields" title="Add/remove template fields"> 5 <img class="disabled" src="${createLinkTo( dir: 'images/icons', file: 'delete.png', plugin: 'famfamfam' )}" alt="Deleting this template is not possible. Template is used in ${numUses} objects." title="Deleting this template is not possible. Template is used in ${numUses} objects."> 6 6 </span> 7 7 ${template.name} -
trunk/grails-app/views/wizard/pages/_assays.gsp
r959 r980 52 52 <div class="firstColumn">${assay.getIdentifier()}</div> 53 53 <div class="firstColumn"> 54 <wizard:ajaxButton name="deleteAssay" src=" ../images/icons/famfamfam/delete.png" alt="delete this assay" class="famfamfam" value="-" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" before="\$(\'input[name=do]\').val(${assay.getIdentifier()});" afterSuccess="onWizardPage()"/>54 <wizard:ajaxButton name="deleteAssay" src="${resource(dir: 'images/icons', file: 'delete.png', plugin: 'famfamfam')}" alt="delete this assay" class="famfamfam" value="-" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" before="\$(\'input[name=do]\').val(${assay.getIdentifier()});" afterSuccess="onWizardPage()"/> 55 55 </div> 56 56 <wizard:templateColumns class="column" entity="${assay}" name="assay_${assay.getIdentifier()}" /> -
trunk/grails-app/views/wizard/pages/_events.gsp
r959 r980 84 84 <div class="column"> 85 85 <g:textField name="eventGroup_${eventGroup.getIdentifier()}_${template.getIdentifier()}" value="${eventGroup.name}" /> 86 <wizard:ajaxButton name="deleteEventGroup" src=" ../images/icons/famfamfam/delete.png" alt="delete this eventgroup" class="famfamfam" value="-" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" before="\$(\'input[name=do]\').val(${eventGroup.getIdentifier()});" afterSuccess="onWizardPage()" />86 <wizard:ajaxButton name="deleteEventGroup" src="${resource(dir: 'images/icons', file: 'delete.png', plugin: 'famfamfam')}" alt="delete this eventgroup" class="famfamfam" value="-" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" before="\$(\'input[name=do]\').val(${eventGroup.getIdentifier()});" afterSuccess="onWizardPage()" /> 87 87 </div> 88 88 </g:each></g:if> 89 89 <div class="firstColumn"> 90 <wizard:ajaxButton name="addEventGroup" src=" ../images/icons/famfamfam/add.png" alt="add a new eventgroup" class="famfamfam" value="+" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" />90 <wizard:ajaxButton name="addEventGroup" src="${resource(dir: 'images/icons', file: 'add.png', plugin: 'famfamfam')}" alt="add a new eventgroup" class="famfamfam" value="+" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" /> 91 91 </div> 92 92 <wizard:templateColumnHeaders class="column" entity="${event}" /> … … 97 97 <div class="firstColumn">${event.getIdentifier()}</div> 98 98 <div class="firstColumn"> 99 <wizard:ajaxButton name="deleteEvent" src=" ../images/icons/famfamfam/delete.png" alt="delete this event" class="famfamfam" value="-" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" before="\$(\'input[name=do]\').val(${event.getIdentifier()});" afterSuccess="onWizardPage()"/>99 <wizard:ajaxButton name="deleteEvent" src="${resource(dir: 'images/icons', file: 'delete.png', plugin: 'famfamfam')}" alt="delete this event" class="famfamfam" value="-" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" before="\$(\'input[name=do]\').val(${event.getIdentifier()});" afterSuccess="onWizardPage()"/> 100 100 </div> 101 101 <g:if test="${study.eventGroups}"><g:each var="eventGroup" in="${study.eventGroups}"> -
trunk/grails-app/views/wizard/pages/_subjects.gsp
r959 r980 57 57 <div class="firstColumn">${subject.getIdentifier()}</div> 58 58 <div class="firstColumn"> 59 <wizard:ajaxButton name="delete" src=" ../images/icons/famfamfam/delete.png" alt="delete this subject" class="famfamfam" value="-" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" before="\$(\'input[name=do]\').val(${subject.getIdentifier()});" afterSuccess="onWizardPage()" />59 <wizard:ajaxButton name="delete" src="${resource(dir: 'images/icons', file: 'delete.png', plugin: 'famfamfam')}" alt="delete this subject" class="famfamfam" value="-" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" before="\$(\'input[name=do]\').val(${subject.getIdentifier()});" afterSuccess="onWizardPage()" /> 60 60 </div> 61 61 <wizard:templateColumns class="column" entity="${subject}" name="subject_${subject.getIdentifier()}" /> -
trunk/web-app/css/default_style.css
r959 r980 134 134 margin-top: 10px; 135 135 136 background: #f7f7f7 url(../ images/icons/famfamfam/information.png) 10px 10px no-repeat;136 background: #f7f7f7 url(../plugins/famfamfam-1.0.1/images/icons/information.png) 10px 10px no-repeat; 137 137 padding: 10px 10px 10px 33px; 138 138 … … 253 253 254 254 .buttons input.delete, .buttons a.delete { 255 background: transparent url(../ images/icons/famfamfam/delete.png) 5px 50% no-repeat;255 background: transparent url(../plugins/famfamfam-1.0.1/images/icons/delete.png) 5px 50% no-repeat; 256 256 padding-left: 28px; 257 257 } 258 258 .buttons input.edit, .buttons a.edit { 259 background: transparent url(../ images/icons/famfamfam/application_edit.png) 5px 50% no-repeat;259 background: transparent url(../plugins/famfamfam-1.0.1/images/icons/application_edit.png) 5px 50% no-repeat; 260 260 padding-left: 28px; 261 261 } 262 262 .buttons input.save, .buttons a.save { 263 background: transparent url(../ images/icons/famfamfam/accept.png) 5px 50% no-repeat;263 background: transparent url(../plugins/famfamfam-1.0.1/images/icons/accept.png) 5px 50% no-repeat; 264 264 padding-left: 28px; 265 265 } 266 266 .buttons input.create, .buttons a.create { 267 background: transparent url(../ images/icons/famfamfam/add.png) 5px 50% no-repeat;267 background: transparent url(../plugins/famfamfam-1.0.1/images/icons/add.png) 5px 50% no-repeat; 268 268 padding-left: 28px; 269 269 } 270 270 .buttons input.backToList, .buttons a.backToList { 271 background: transparent url(../ images/icons/famfamfam/application.png) 5px 50% no-repeat;271 background: transparent url(../plugins/famfamfam-1.0.1/images/icons/application.png) 5px 50% no-repeat; 272 272 padding-left: 28px; 273 273 } 274 274 .buttons input.cancel, .buttons a.cancel { 275 background: transparent url(../ images/icons/famfamfam/delete.png) 5px 50% no-repeat;275 background: transparent url(../plugins/famfamfam-1.0.1/images/icons/delete.png) 5px 50% no-repeat; 276 276 padding-left: 28px; 277 277 font-weight: normal; … … 327 327 /* START :: special select option styles */ 328 328 option.addMore { 329 background: url(../ images/icons/famfamfam/add.png) no-repeat left top;329 background: url(../plugins/famfamfam-1.0.1/images/icons/add.png) no-repeat left top; 330 330 background-color: #333; 331 331 padding-left: 18px; … … 335 335 } 336 336 option.modify { 337 background: url(../ images/icons/famfamfam/layout_add.png) no-repeat left top;337 background: url(../plugins/famfamfam-1.0.1/images/icons/layout_add.png) no-repeat left top; 338 338 background-color: #333; 339 339 padding-left: 18px; … … 343 343 } 344 344 option.locked { 345 background: url(../ images/icons/famfamfam/lock.png) no-repeat left top;345 background: url(../plugins/famfamfam-1.0.1/images/icons/lock.png) no-repeat left top; 346 346 padding-left: 18px; 347 347 } -
trunk/web-app/css/dialog.css
r959 r980 58 58 margin-top: 10px; 59 59 60 background: #f7f7f7 url(../ images/icons/famfamfam/information.png) 10px 10px no-repeat;60 background: #f7f7f7 url(../plugins/famfamfam-1.0.1/images/icons/information.png) 10px 10px no-repeat; 61 61 padding: 10px 10px 10px 33px; 62 62 … … 164 164 165 165 .buttons input.delete, .buttons a.delete { 166 background: transparent url(../ images/icons/famfamfam/delete.png) 5px 50% no-repeat;166 background: transparent url(../plugins/famfamfam-1.0.1/images/icons/delete.png) 5px 50% no-repeat; 167 167 padding-left: 28px; 168 168 } 169 169 .buttons input.edit, .buttons a.edit { 170 background: transparent url(../ images/icons/famfamfam/application_edit.png) 5px 50% no-repeat;170 background: transparent url(../plugins/famfamfam-1.0.1/images/icons/application_edit.png) 5px 50% no-repeat; 171 171 padding-left: 28px; 172 172 } 173 173 .buttons input.save, .buttons a.save { 174 background: transparent url(../ images/icons/famfamfam/accept.png) 5px 50% no-repeat;174 background: transparent url(../plugins/famfamfam-1.0.1/images/icons/accept.png) 5px 50% no-repeat; 175 175 padding-left: 28px; 176 176 } 177 177 .buttons input.create, .buttons a.create { 178 background: transparent url(../ images/icons/famfamfam/add.png) 5px 50% no-repeat;178 background: transparent url(../plugins/famfamfam-1.0.1/images/icons/add.png) 5px 50% no-repeat; 179 179 padding-left: 28px; 180 180 } 181 181 .buttons input.backToList, .buttons a.backToList { 182 background: transparent url(../ images/icons/famfamfam/application.png) 5px 50% no-repeat;182 background: transparent url(../plugins/famfamfam-1.0.1/images/icons/application.png) 5px 50% no-repeat; 183 183 padding-left: 28px; 184 184 } 185 185 .buttons input.cancel, .buttons a.cancel { 186 background: transparent url(../ images/icons/famfamfam/delete.png) 5px 50% no-repeat;186 background: transparent url(../plugins/famfamfam-1.0.1/images/icons/delete.png) 5px 50% no-repeat; 187 187 padding-left: 28px; 188 188 font-weight: normal; … … 238 238 /* START :: special select option styles */ 239 239 option.addMore { 240 background: url(../ images/icons/famfamfam/add.png) no-repeat left top;240 background: url(../plugins/famfamfam-1.0.1/images/icons/add.png) no-repeat left top; 241 241 background-color: #333; 242 242 padding-left: 18px; … … 246 246 } 247 247 option.modify { 248 background: url(../ images/icons/famfamfam/layout_add.png) no-repeat left top;248 background: url(../plugins/famfamfam-1.0.1/images/icons/layout_add.png) no-repeat left top; 249 249 background-color: #333; 250 250 padding-left: 18px; … … 254 254 } 255 255 option.locked { 256 background: url(../ images/icons/famfamfam/lock.png) no-repeat left top;256 background: url(../plugins/famfamfam-1.0.1/images/icons/lock.png) no-repeat left top; 257 257 padding-left: 18px; 258 258 } … … 279 279 margin-bottom: 5px; 280 280 padding-left: 20px; 281 background: url(../ images/icons/famfamfam/information.png) no-repeat center left;281 background: url(../plugins/famfamfam-1.0.1/images/icons/information.png) no-repeat center left; 282 282 } 283 283 … … 289 289 margin-bottom: 5px; 290 290 padding-left: 20px; 291 background: url(../ images/icons/famfamfam/wrench.png) no-repeat center left;291 background: url(../plugins/famfamfam-1.0.1/images/icons/wrench.png) no-repeat center left; 292 292 } 293 293 … … 299 299 margin-bottom: 5px; 300 300 padding-left: 20px; 301 background: url(../ images/icons/famfamfam/eye.png) no-repeat center left;301 background: url(../plugins/famfamfam-1.0.1/images/icons/eye.png) no-repeat center left; 302 302 } 303 303 … … 309 309 margin-bottom: 5px; 310 310 padding-left: 20px; 311 background: url(../ images/icons/famfamfam/exclamation.png) no-repeat center left;311 background: url(../plugins/famfamfam-1.0.1/images/icons/exclamation.png) no-repeat center left; 312 312 } 313 313 -
trunk/web-app/css/wizard.css
r976 r980 20 20 margin-bottom: 5px; 21 21 padding-left: 20px; 22 background: url(../ images/icons/famfamfam/information.png) no-repeat center left;22 background: url(../plugins/famfamfam-1.0.1/images/icons/information.png) no-repeat center left; 23 23 } 24 24 … … 30 30 margin-bottom: 5px; 31 31 padding-left: 20px; 32 background: url(../ images/icons/famfamfam/error.png) no-repeat center left;32 background: url(../plugins/famfamfam-1.0.1/images/icons/error.png) no-repeat center left; 33 33 } 34 34 … … 40 40 margin-bottom: 5px; 41 41 padding-left: 20px; 42 background: url(../ images/icons/famfamfam/exclamation.png) no-repeat center left;42 background: url(../plugins/famfamfam-1.0.1/images/icons/exclamation.png) no-repeat center left; 43 43 } 44 44 … … 50 50 margin-bottom: 5px; 51 51 padding-left: 20px; 52 background: url(../ images/icons/famfamfam/wrench.png) no-repeat center left;52 background: url(../plugins/famfamfam-1.0.1/images/icons/wrench.png) no-repeat center left; 53 53 } 54 54 … … 60 60 margin-bottom: 5px; 61 61 padding-left: 20px; 62 background: url(../ images/icons/famfamfam/eye.png) no-repeat center left;62 background: url(../plugins/famfamfam-1.0.1/images/icons/eye.png) no-repeat center left; 63 63 } 64 64 … … 182 182 183 183 .wizard .required { 184 background: url(../ images/icons/famfamfam/bullet_go.png) no-repeat 230px 4px;184 background: url(../plugins/famfamfam-1.0.1/images/icons/bullet_go.png) no-repeat 230px 4px; 185 185 } 186 186 187 187 .wizard .error { 188 background: url(../ images/icons/famfamfam/exclamation.png) no-repeat 230px 2px;188 background: url(../plugins/famfamfam-1.0.1/images/icons/exclamation.png) no-repeat 230px 2px; 189 189 } 190 190 … … 206 206 display: inline-block; 207 207 margin-top: 4px; 208 background: url(../ images/icons/famfamfam/help.png) no-repeat left top;208 background: url(../plugins/famfamfam-1.0.1/images/icons/help.png) no-repeat left top; 209 209 width: 16px; 210 210 height: 16px; … … 237 237 display: inline-block; 238 238 background-color: red; 239 background: url(../ images/icons/famfamfam/control_eject.png) no-repeat center center;239 background: url(../plugins/famfamfam-1.0.1/images/icons/control_eject.png) no-repeat center center; 240 240 -webkit-transform: rotate(180deg); 241 241 -moz-transform: rotate(180deg); … … 258 258 display: inline-block; 259 259 margin-top: 4px; 260 background: url(../ images/icons/famfamfam/help.png) no-repeat left top;260 background: url(../plugins/famfamfam-1.0.1/images/icons/help.png) no-repeat left top; 261 261 width: 16px; 262 262 height: 16px; -
trunk/web-app/js/importer.js
r959 r980 465 465 deletebutton.className = 'famfamfam delete_button'; 466 466 deletebutton.setAttribute( 'alt', 'remove this publication' ); 467 deletebutton.setAttribute( 'src', baseUrl + '/ images/icons/famfamfam/delete.png' );467 deletebutton.setAttribute( 'src', baseUrl + '/plugins/famfamfam-1.0.1/images/icons/delete.png' ); 468 468 deletebutton.onclick = function() { removePublication( element_id, id ); return false; }; 469 469 … … 649 649 deletebutton.className = 'famfamfam delete_button'; 650 650 deletebutton.setAttribute( 'alt', 'remove this person' ); 651 deletebutton.setAttribute( 'src', baseUrl + '/ images/icons/famfamfam/delete.png' );651 deletebutton.setAttribute( 'src', baseUrl + '/plugins/famfamfam-1.0.1/images/icons/delete.png' ); 652 652 deletebutton.onclick = function() { removeContact( element_id, id ); return false; }; 653 653 -
trunk/web-app/js/publication-chooser.js
r959 r980 192 192 var imgEl = document.createElement( 'img' ); 193 193 imgEl.setAttribute( 'id', inputElement.attr( 'id' ) + '_delete' ); 194 imgEl.setAttribute( 'src', baseUrl + '/ images/icons/famfamfam/delete.png' );194 imgEl.setAttribute( 'src', baseUrl + '/plugins/famfamfam-1.0.1/images/icons/delete.png' ); 195 195 imgEl.setAttribute( 'style', 'margin-left: 5px; margin-right: 5px; '); 196 196 -
trunk/web-app/js/wizard.js
r976 r980 468 468 deletebutton.className = 'famfamfam delete_button'; 469 469 deletebutton.setAttribute( 'alt', 'remove this publication' ); 470 deletebutton.setAttribute( 'src', baseUrl + '/ images/icons/famfamfam/delete.png' );470 deletebutton.setAttribute( 'src', baseUrl + '/plugins/famfamfam-1.0.1/images/icons/delete.png' ); 471 471 deletebutton.onclick = function() { removePublication( element_id, id ); return false; }; 472 472 … … 652 652 deletebutton.className = 'famfamfam delete_button'; 653 653 deletebutton.setAttribute( 'alt', 'remove this person' ); 654 deletebutton.setAttribute( 'src', baseUrl + '/ images/icons/famfamfam/delete.png' );654 deletebutton.setAttribute( 'src', baseUrl + '/plugins/famfamfam-1.0.1/images/icons/delete.png' ); 655 655 deletebutton.onclick = function() { removeContact( element_id, id ); return false; }; 656 656 … … 753 753 deletebutton.className = 'famfamfam delete_button'; 754 754 deletebutton.setAttribute( 'alt', 'remove this user' ); 755 deletebutton.setAttribute( 'src', baseUrl + '/ images/icons/famfamfam/delete.png' );755 deletebutton.setAttribute( 'src', baseUrl + '/plugins/famfamfam-1.0.1/images/icons/delete.png' ); 756 756 deletebutton.onclick = function() { removeUser( element_id, id ); return false; }; 757 757
Note: See TracChangeset
for help on using the changeset viewer.