~kaenux/ploopi/stable-1.7

« back to all changes in this revision

Viewing changes to install/booking/files/wce.php

  • Committer: ovensia
  • Date: 2010-06-01 12:54:06 UTC
  • Revision ID: svn-v4:1e018227-dc56-4926-8540-b73bd287157c:trunk:972
BOOKING 1.0.0b

* Suppression du tag "IMG" sur les types de ressources dans le choix des ressources affichées (back/front)

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
                        ?>
99
99
                        <a href="javascript:void(0);" onclick="javascript:with ($('booking_<?php echo $strResourceType; ?>_list')) { style.display = (style.display == 'block') ? 'none' : 'block'; }">
100
100
                            <p class="ploopi_va" style="border-width:1px 0;border-style:solid;border-color:#bbb;background-color:#ddd;">
101
 
                                <img src="<? echo "{$_SESSION['ploopi']['template_path']}/img/system/ico_{$strResourceType}.png"; ?>" />
102
101
                                <strong><? echo $strResourceType; ?></strong>
103
102
                            </p>
104
103
                        </a>