cosmetics

This commit is contained in:
Jean-Christian Denis 2021-10-28 22:58:14 +02:00
parent f78305118d
commit 073d9226ec
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951
3 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@
- [ ] add module to check deprecated PHP function
- [ ] add module to check directory structure
- [ ] write documentation of php class
- use of xmlTag to generate dcstore.xml contents
0.2 - 2021.09.25
- add module to check deprecated Dotclear function

View file

@ -42,12 +42,12 @@ Configure actions. Select actions and module to work with, then click fix.
* Fix license file
* Fix dcstore.xml file
* Fix README.md shields.io badges
* Check deprecated Dotclear functions
* Create package
## NEXT
* Scan for missing files
* Scan for deprecated function
* ...
Hope some of you have idea to complete function of this plugin

View file

@ -129,7 +129,7 @@ if (!empty($_REQUEST['config'])) {
echo '
<h3>' . sprintf(__('Configure module "%s"'), $action->name) . '</h3>
<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">' .
(empty($res) ? '<p class="message">' . __('Nothing to configure'). '</p>' : $res) . '
<p class="clear"><input type="submit" name="save" value="' . __('Save') . '" />' .