Last change
on this file since 31478 was
31406,
checked in by ddtddt, 9 years ago
|
[extensions] - manage_properties_photos - updade faiture batch manager
|
File size:
727 bytes
|
Line | |
---|
1 | {footer_script} |
---|
2 | jQuery(document).ready(function(){ |
---|
3 | $("input[name=check_MPP]").change(function(){ |
---|
4 | if($(this).is(':checked')){ |
---|
5 | $('#changepro').hide(); |
---|
6 | }else{ |
---|
7 | $('#changepro').show(); |
---|
8 | } |
---|
9 | }); |
---|
10 | }); |
---|
11 | {/footer_script} |
---|
12 | <span id="persompp"> |
---|
13 | {'Choose a property'|@translate} |
---|
14 | <br /> |
---|
15 | {html_options name="IDMPP" options=$propertieslist selected=$SELECTEDMPP} |
---|
16 | <br /> |
---|
17 | <br /> |
---|
18 | <input id="check_MPP" type="checkbox" name="check_MPP"> {'delete data this property'|@translate}<br /> |
---|
19 | <div id="changepro"> |
---|
20 | <form method="post" > |
---|
21 | <textarea rows="3" cols="100" {if $useED==1}placeholder="{'Use Extended Description tags...'|@translate}"{/if} name="dataglob">{$PLUG_MPP}</textarea> |
---|
22 | </form> |
---|
23 | </div> |
---|
24 | </span> |
---|
Note: See
TracBrowser
for help on using the repository browser.