rename All Posts, change default labels in schema

master
Andrew Dolgov 19 years ago
parent 61324b8395
commit d6f55ce800

@ -66,9 +66,6 @@ create table ttrss_labels (id integer primary key auto_increment,
sql_exp varchar(250) not null,
description varchar(250) not null) TYPE=InnoDB;
insert into ttrss_labels (sql_exp,description) values ('title = \'Interesting Topic\'',
'Example Label');
insert into ttrss_labels (sql_exp,description) values ('unread = true',
'Unread articles');

@ -65,9 +65,6 @@ create table ttrss_labels (id serial primary key,
sql_exp varchar(250) not null,
description varchar(250) not null);
insert into ttrss_labels (sql_exp,description) values ('title = \'Interesting Topic\'',
'Example Label');
insert into ttrss_labels (sql_exp,description) values ('unread = true',
'Unread articles');

@ -77,7 +77,7 @@
 View:
<select id="viewbox" onchange="javascript:viewCurrentFeed(0, '')">
<option>All Posts</option>
<option>All Articles</option>
<option>Starred</option>
<option selected>Unread</option>
</select>

Loading…
Cancel
Save