Changeset 2907888
- Timestamp:
- 05/04/2023 08:54:52 AM (3 years ago)
- File:
-
- 1 edited
-
canvasio3d-light/trunk/inc/caFunctions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
canvasio3d-light/trunk/inc/caFunctions.php
r2907874 r2907888 142 142 <textarea class="caTxtInputField" id="caShortCode" readonly rows="2" cols="1" placeholder="Short Code ..." style="position:absolute; width:182px; top:152px;"></textarea> 143 143 <hr style="position:absolute; width:180px; top:192px;"> 144 <input type="button" id="copyModelEntry" class="caMenuBtn" style="position:absolute; width:180px; top:204px;" value="<?php arClass::msg(11);?>" onClick="caOpt.settings(this);" /> 144 <input type="btn" readonly="readonly" id="copyModelEntry" class="caMenuBtn" style="position:absolute; width:180px; top:204px;" value="<?php arClass::msg(11);?>" onClick="caOpt.settings(this);" /> 145 <input type="btn" readonly="readonly" id="pasteModelEntry" class="caMenuBtn" style="position:absolute; width:180px; top:234px;" value="<?php arClass::msg(12);?>" onClick="caOpt.settings(this);" /> 146 <input type="btn" readonly="readonly" id="copyModelEntry" class="caMenuBtn" style="position:absolute; width:180px; top:204px;" value="<?php arClass::msg(11);?>" onClick="caOpt.settings(this);" /> 147 <input type="btn" readonly="readonly" id="pasteModelEntry" class="caMenuBtn" style="position:absolute; width:180px; top:234px;" value="<?php arClass::msg(12);?>" onClick="caOpt.settings(this);" /> 148 145 149 <input type="button" id="pasteModelEntry" class="caMenuBtn" style="position:absolute; width:180px; top:234px;" value="<?php arClass::msg(12);?>" onClick="caOpt.settings(this);" /> 146 150 <div id="delBar" style="height:5px;margin-left:20px; width:0px;background-color:#ff0000;position:absolute; top:275px"></div>
Note: See TracChangeset
for help on using the changeset viewer.