to change on PHP.

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
fernando
Posts: 240
Joined: Thu Jul 10, 2003 6:00 pm

to change on PHP.

Post 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..
Fernando
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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
User avatar
fernando
Posts: 240
Joined: Thu Jul 10, 2003 6:00 pm

Post 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>
Fernando
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Good. I hadn't found this one before!

Phil
Locked