Page 1 of 1

to change on PHP.

Posted: Sun Mar 06, 2005 6:14 am
by fernando
the title tag on Console page have to be
<title>ZM - <?= $zmSlangConsole ?></title>

i have some more .. i have to remember where they are..

Posted: Mon Mar 07, 2005 12:22 am
by zoneminder
Hi Fernando,

Thanks for this. I have actually already changed this one already for the next release but if you have any more fire them at me, preferably on this thread I guess.

Phil

Posted: Mon Mar 07, 2005 4:13 am
by fernando
<td class="text"><center><?= $zmSlangIsEqualTo ?></center></td>

on filters around line 275

Code: Select all

<?php if ( $$attr_name == "Archived" ) { ?>
<td class="text"><center><?= $zmSlangIsEqualTo ?></center></td>
<td class="text"><?= buildSelect( $value_name, $archive_types ); ?></td>

Posted: Mon Mar 07, 2005 9:13 am
by zoneminder
Good. I hadn't found this one before!

Phil