Update mo_card.php

$title = $langs->trans('Mo');

llxHeader('', $title, '');
This commit is contained in:
UT from dolibit 2021-04-12 19:02:15 +02:00 committed by GitHub
parent 3d681d96c4
commit 38d87494c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
/** /**
@ -194,7 +194,9 @@ $form = new Form($db);
$formfile = new FormFile($db); $formfile = new FormFile($db);
$formproject = new FormProjets($db); $formproject = new FormProjets($db);
llxHeader('', $langs->trans('Mo'), ''); $title = $langs->trans('Mo');
llxHeader('', $title, '');
// Example : Adding jquery code // Example : Adding jquery code
print '<script type="text/javascript" language="javascript"> print '<script type="text/javascript" language="javascript">