Changeset 980


Ignore:
Timestamp:
Oct 22, 2010, 1:12:38 PM (12 years ago)
Author:
j.a.m.wesbeek@…
Message:
  • rewrote the css, javascript and views to use the famfamfam plugin instead
  • deleted the local famfamfam icons
Location:
trunk
Files:
1 deleted
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/common/_feedback.gsp

    r969 r980  
    1616        });
    1717</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"/>
    1919        <div class="feedback" id="feedback">
    2020        <iframe src ="https://trac.nbic.nl/gscf/newticket" width="100%" height="300">
  • trunk/grails-app/views/templateEditor/elements/_liFieldInUse.gsp

    r959 r980  
    11<g:set var="numUses" value="${templateField.numUses()}" />
    22<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">
    66</span>
    77
  • trunk/grails-app/views/templateEditor/elements/_liFieldNotInUse.gsp

    r959 r980  
    11<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">
    55</span>
    66
  • trunk/grails-app/views/templateEditor/elements/_liFieldSelected.gsp

    r959 r980  
    11<span class="listButtons">
    22  <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.">
    44  </g:if>
    55  <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">
    77  </g:else>
    88</span>
  • trunk/grails-app/views/templateEditor/elements/_liTemplateEditable.gsp

    r959 r980  
    11<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">
    55</span>
    66${template.name}
  • trunk/grails-app/views/templateEditor/elements/_liTemplateNonEditable.gsp

    r959 r980  
    11<g:set var="numUses" value="${template.numUses()}" />
    22<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.">
    66</span>
    77${template.name}
  • trunk/grails-app/views/wizard/pages/_assays.gsp

    r959 r980  
    5252                                        <div class="firstColumn">${assay.getIdentifier()}</div>
    5353                                        <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()"/>
    5555                                        </div>
    5656                                        <wizard:templateColumns class="column" entity="${assay}" name="assay_${assay.getIdentifier()}" />
  • trunk/grails-app/views/wizard/pages/_events.gsp

    r959 r980  
    8484                                        <div class="column">
    8585                                                <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()" />
    8787                                        </div>
    8888                                        </g:each></g:if>
    8989                                        <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()" />
    9191                                        </div>
    9292                                  <wizard:templateColumnHeaders class="column" entity="${event}" />
     
    9797                                        <div class="firstColumn">${event.getIdentifier()}</div>
    9898                                        <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()"/>
    100100                                        </div>
    101101                                        <g:if test="${study.eventGroups}"><g:each var="eventGroup" in="${study.eventGroups}">
  • trunk/grails-app/views/wizard/pages/_subjects.gsp

    r959 r980  
    5757                                        <div class="firstColumn">${subject.getIdentifier()}</div>
    5858                                        <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()" />
    6060                                        </div>
    6161                                        <wizard:templateColumns class="column" entity="${subject}" name="subject_${subject.getIdentifier()}" />
  • trunk/web-app/css/default_style.css

    r959 r980  
    134134    margin-top: 10px;
    135135
    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;
    137137    padding: 10px 10px 10px 33px;
    138138
     
    253253
    254254.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;
    256256        padding-left: 28px;
    257257}
    258258.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;
    260260        padding-left: 28px;
    261261}
    262262.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;
    264264        padding-left: 28px;
    265265}
    266266.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;
    268268        padding-left: 28px;
    269269}
    270270.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;
    272272        padding-left: 28px;
    273273}
    274274.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;
    276276        padding-left: 28px;
    277277        font-weight: normal;
     
    327327/* START :: special select option styles */
    328328option.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;
    330330    background-color: #333;
    331331    padding-left: 18px;
     
    335335}
    336336option.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;
    338338    background-color: #333;
    339339    padding-left: 18px;
     
    343343}
    344344option.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;
    346346    padding-left: 18px;
    347347}
  • trunk/web-app/css/dialog.css

    r959 r980  
    5858    margin-top: 10px;
    5959
    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;
    6161    padding: 10px 10px 10px 33px;
    6262
     
    164164
    165165.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;
    167167        padding-left: 28px;
    168168}
    169169.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;
    171171        padding-left: 28px;
    172172}
    173173.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;
    175175        padding-left: 28px;
    176176}
    177177.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;
    179179        padding-left: 28px;
    180180}
    181181.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;
    183183        padding-left: 28px;
    184184}
    185185.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;
    187187        padding-left: 28px;
    188188        font-weight: normal;
     
    238238/* START :: special select option styles */
    239239option.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;
    241241    background-color: #333;
    242242    padding-left: 18px;
     
    246246}
    247247option.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;
    249249    background-color: #333;
    250250    padding-left: 18px;
     
    254254}
    255255option.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;
    257257    padding-left: 18px;
    258258}
     
    279279    margin-bottom: 5px;
    280280    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;
    282282}
    283283
     
    289289    margin-bottom: 5px;
    290290    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;
    292292}
    293293
     
    299299    margin-bottom: 5px;
    300300    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;
    302302}
    303303
     
    309309    margin-bottom: 5px;
    310310    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;
    312312}
    313313
  • trunk/web-app/css/wizard.css

    r976 r980  
    2020    margin-bottom: 5px;
    2121    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;
    2323}
    2424
     
    3030    margin-bottom: 5px;
    3131    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;
    3333}
    3434
     
    4040    margin-bottom: 5px;
    4141    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;
    4343}
    4444
     
    5050    margin-bottom: 5px;
    5151    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;
    5353}
    5454
     
    6060    margin-bottom: 5px;
    6161    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;
    6363}
    6464
     
    182182
    183183.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;
    185185}
    186186
    187187.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;
    189189}
    190190
     
    206206    display: inline-block;
    207207    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;
    209209    width: 16px;
    210210    height: 16px;
     
    237237    display: inline-block;
    238238    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;
    240240    -webkit-transform: rotate(180deg);
    241241    -moz-transform: rotate(180deg);
     
    258258    display: inline-block;
    259259    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;
    261261    width: 16px;
    262262    height: 16px;
  • trunk/web-app/js/importer.js

    r959 r980  
    465465    deletebutton.className = 'famfamfam delete_button';
    466466    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' );
    468468    deletebutton.onclick = function() { removePublication(  element_id, id ); return false; };
    469469
     
    649649    deletebutton.className = 'famfamfam delete_button';
    650650    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' );
    652652    deletebutton.onclick = function() { removeContact(  element_id, id ); return false; };
    653653
  • trunk/web-app/js/publication-chooser.js

    r959 r980  
    192192        var imgEl = document.createElement( 'img' );
    193193        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' );
    195195        imgEl.setAttribute( 'style', 'margin-left: 5px; margin-right: 5px; ');
    196196
  • trunk/web-app/js/wizard.js

    r976 r980  
    468468    deletebutton.className = 'famfamfam delete_button';
    469469    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' );
    471471    deletebutton.onclick = function() { removePublication(  element_id, id ); return false; };
    472472
     
    652652    deletebutton.className = 'famfamfam delete_button';
    653653    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' );
    655655    deletebutton.onclick = function() { removeContact(  element_id, id ); return false; };
    656656
     
    753753    deletebutton.className = 'famfamfam delete_button';
    754754    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' );
    756756    deletebutton.onclick = function() { removeUser(  element_id, id ); return false; };
    757757
Note: See TracChangeset for help on using the changeset viewer.