signal colour and increased timeout for NEW flag in search lists
This commit is contained in:
@@ -2501,6 +2501,7 @@ INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2079', 'Show de
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2080', 'only active caches', '2013-05-28 16:51:40');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2081', 'Finds', '2013-05-28 16:51:40');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2082', 'Locked', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('2083', 'NEW', '2013-04-25 23:00:00');
|
||||
|
||||
-- Table sys_trans_ref
|
||||
SET NAMES 'utf8';
|
||||
@@ -6454,6 +6455,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2080', 'DE', 'nur aktive Caches', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2081', 'DE', 'Funde', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2082', 'DE', 'Gesperrt', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2083', 'DE', 'NEU', '2013-04-25 23:00:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1', 'EN', 'Reorder IDs \r', '2010-09-02 00:15:30');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2', 'EN', 'The database could not be reconnected.', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('3', 'EN', 'Testing – please do not login', '2010-08-28 11:48:07');
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
$error_query_not_found = t('The search operation could not be executed, please reenter the search data.');
|
||||
$safelink = ' [<a href="query.php?action=save&queryid={queryid}">' . t('Save') . '</a>]';
|
||||
|
||||
$caches_newstring = '<b>' . t('NEW') . '</b> ';
|
||||
$caches_olddays = 7;
|
||||
$caches_newstring = '<b class="newsymbol"> ' . t('NEW') . ' </b> ';
|
||||
$caches_olddays = 14; // changed from 7 to 14 -- following 2013/6/17
|
||||
|
||||
$caches_oconlystring = '<img src="resource2/ocstyle/images/misc/is_oconly.png" alt="OConly" title="OConly" style="margin:0px; padding:0px" width="64" height="35" />';
|
||||
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@
|
||||
$tpl->assign_rs('caches', sql("SELECT `caches`.`cache_id`, `caches`.`name`, `caches`.`type`,
|
||||
`caches`.`date_hidden`, `caches`.`status`, `caches`.`wp_oc`,
|
||||
`found`,
|
||||
COUNT(*) as `logcount`,
|
||||
/* COUNT(*) as `logcount`, */
|
||||
MAX(`cache_logs`.`date`) AS `lastlog`,
|
||||
(SELECT `type` FROM `cache_logs` `cl2`
|
||||
WHERE `cl2`.`cache_id`=`caches`.`cache_id`
|
||||
|
||||
@@ -1468,3 +1468,4 @@ div#havefound {
|
||||
#forum div.rsstext img {max-width:200px; max-height:120px;}
|
||||
|
||||
p.editlog { font-weight: 400; display:inline; }
|
||||
.newsymbol { background:#ff9d11; color:#fff; }
|
||||
Reference in New Issue
Block a user