Changeset 3282
- Timestamp:
- 05/16/07 17:20:40 (3 years ago)
- Files:
-
- 2 modified
-
branches/1.5/blog/owner/plugin/currentSetting/index.php (modified) (1 diff)
-
trunk/blog/owner/plugin/currentSetting/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/blog/owner/plugin/currentSetting/index.php
r3255 r3282 138 138 tempInput.setAttribute('onclick', "saveConfig('<?php echo $pluginName;?>'); return false;"); 139 139 } 140 tempInput. type = 'submit';140 tempInput.setAttribute('type','submit'); 141 141 tempInput.id = 'submitButton'; 142 142 tempInput.className = 'input-button'; -
trunk/blog/owner/plugin/currentSetting/index.php
r3255 r3282 138 138 tempInput.setAttribute('onclick', "saveConfig('<?php echo $pluginName;?>'); return false;"); 139 139 } 140 tempInput. type = 'submit';140 tempInput.setAttribute('type','submit'); 141 141 tempInput.id = 'submitButton'; 142 142 tempInput.className = 'input-button';
