corrected basic_url - all lowercase

This commit is contained in:
Ulf Gebhardt 2017-05-22 10:03:11 +02:00
parent 5fa46aef55
commit 32b3e5a21d
2 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@
<div class="panel-body">
<div class="inner-page">
<b>${basic_name}:</b> ${project_name}<br/>
<b>${basic_URL}:</b> <a href="${project_url}" target="_blank">${project_url}</a><br/>
<b>${basic_url}:</b> <a href="${project_url}" target="_blank">${project_url}</a><br/>
<b>${basic_progress}:</b> ${project}%<br/>
<br/>
<table class="table table-hover table-condensed sai_table" style="width: 100%">

View File

@ -416,13 +416,13 @@
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_todo', 'basic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_todo', 'sai_start');
DELETE FROM `system_text` WHERE id = 'basic_URL';
DELETE FROM `system_text_tag` WHERE id = 'basic_URL';
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_URL', 'deDE', 'URL', 0, 2, '2015-04-16 23:17:13', '2015-04-16 20:20:50');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_URL', 'enUS', 'URL', 2, 1, '2015-04-16 23:17:13', '2015-04-16 23:17:13');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_URL', 'jaJA', 'URL', 0, 0, '2015-04-16 23:17:13', '0000-00-00 00:00:00');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_URL', 'basic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_URL', 'sai_start');
DELETE FROM `system_text` WHERE id = 'basic_url';
DELETE FROM `system_text_tag` WHERE id = 'basic_url';
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_url', 'deDE', 'URL', 0, 2, '2015-04-16 23:17:13', '2015-04-16 20:20:50');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_url', 'enUS', 'URL', 2, 1, '2015-04-16 23:17:13', '2015-04-16 23:17:13');
INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_url', 'jaJA', 'URL', 0, 0, '2015-04-16 23:17:13', '0000-00-00 00:00:00');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_url', 'basic');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_url', 'sai_start');
DELETE FROM `system_text` WHERE id = 'basic_username';
DELETE FROM `system_text_tag` WHERE id = 'basic_username';