cosmetics
This commit is contained in:
parent
f78305118d
commit
073d9226ec
3 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
- [ ] add module to check deprecated PHP function
|
- [ ] add module to check deprecated PHP function
|
||||||
- [ ] add module to check directory structure
|
- [ ] add module to check directory structure
|
||||||
- [ ] write documentation of php class
|
- [ ] write documentation of php class
|
||||||
|
- use of xmlTag to generate dcstore.xml contents
|
||||||
|
|
||||||
0.2 - 2021.09.25
|
0.2 - 2021.09.25
|
||||||
- add module to check deprecated Dotclear function
|
- add module to check deprecated Dotclear function
|
||||||
|
|
|
@ -42,12 +42,12 @@ Configure actions. Select actions and module to work with, then click fix.
|
||||||
* Fix license file
|
* Fix license file
|
||||||
* Fix dcstore.xml file
|
* Fix dcstore.xml file
|
||||||
* Fix README.md shields.io badges
|
* Fix README.md shields.io badges
|
||||||
|
* Check deprecated Dotclear functions
|
||||||
* Create package
|
* Create package
|
||||||
|
|
||||||
## NEXT
|
## NEXT
|
||||||
|
|
||||||
* Scan for missing files
|
* Scan for missing files
|
||||||
* Scan for deprecated function
|
|
||||||
* ...
|
* ...
|
||||||
|
|
||||||
Hope some of you have idea to complete function of this plugin
|
Hope some of you have idea to complete function of this plugin
|
||||||
|
|
|
@ -129,7 +129,7 @@ if (!empty($_REQUEST['config'])) {
|
||||||
echo '
|
echo '
|
||||||
<h3>' . sprintf(__('Configure module "%s"'), $action->name) . '</h3>
|
<h3>' . sprintf(__('Configure module "%s"'), $action->name) . '</h3>
|
||||||
<p><a class="back" href="' . $back_url . '">' . __('Back') . '</a></p>
|
<p><a class="back" href="' . $back_url . '">' . __('Back') . '</a></p>
|
||||||
<p>' . html::escapeHTML($action->desc) . '</p>
|
<p class="info">' . html::escapeHTML($action->desc) . '</p>
|
||||||
<form action="' . $core->adminurl->get('admin.plugin.improve') . '" method="post" id="form-actions">' .
|
<form action="' . $core->adminurl->get('admin.plugin.improve') . '" method="post" id="form-actions">' .
|
||||||
(empty($res) ? '<p class="message">' . __('Nothing to configure'). '</p>' : $res) . '
|
(empty($res) ? '<p class="message">' . __('Nothing to configure'). '</p>' : $res) . '
|
||||||
<p class="clear"><input type="submit" name="save" value="' . __('Save') . '" />' .
|
<p class="clear"><input type="submit" name="save" value="' . __('Save') . '" />' .
|
||||||
|
|
Loading…
Reference in a new issue