Project

General

Profile

« Previous | Next » 

Revision 7958

use icons for associated party list editing

View differences:

lib/style/common/templates/metacatui/entryForm.tmpl
368 368
										     
369 369
										            <td class="rightCol">
370 370
										                <a style="cursor:pointer">
371
										                    <img onClick="cleanTextNodes('aoHRRow', 'addaorow');moveUpRow(event)"
372
										                    src="[% contextUrl %]/style/images/previous.gif"
373
										                    alt="Move Up" border="0"/>
371
										                	<i onClick="cleanTextNodes('aoHRRow', 'addaorow');moveUpRow(event)"
372
										                    class="icon-arrow-up"
373
										                    alt="Move Up"></i>
374 374
										                </a>
375 375
										                <a style="cursor:pointer">
376
										                    <img onClick="cleanTextNodes('aoHRRow', 'addaorow');moveDownRow(event, 'addaorow')"
377
										                    src="[% contextUrl %]/style/images/next.gif"
378
										                    alt="Move Down" border="0"/>
376
										                    <i onClick="cleanTextNodes('aoHRRow', 'addaorow');moveDownRow(event, 'addaorow')"
377
										                    class="icon-arrow-down"
378
										                    alt="Move Down"></i>
379 379
										                </a>
380 380
										                <a style="cursor:pointer">
381
										                    <img src="[% contextUrl %]/style/images/delete.gif"
382
										                    onClick="delRow(event)" alt="Delete" border="0"/>
381
										                    <i class="icon-remove-sign"
382
										                    onClick="delRow(event)" alt="Delete"></i>
383 383
										                </a>
384 384
										            </td>
385 385
										            <td colspan="5" align ="left" style="cursor:pointer"

Also available in: Unified diff