Committer: ybuhvalova
LJSUP-11767: Add to page with entries by tag title with tags namesU trunk/bin/upgrading/s2layers/sup/themes.s2 U trunk/htdocs/stc/sup/s/x-3-1.css U trunk/htdocs/stc/sup/s/x-3-2.css U trunk/htdocs/stc/sup/s/x-3-3.css U trunk/htdocs/stc/sup/s/x-3-4.css U trunk/htdocs/stc/sup/s/x-3-5.css
Modified: trunk/bin/upgrading/s2layers/sup/themes.s2 =================================================================== --- trunk/bin/upgrading/s2layers/sup/themes.s2 2012-04-20 10:55:04 UTC (rev 11740) +++ trunk/bin/upgrading/s2layers/sup/themes.s2 2012-04-20 11:10:10 UTC (rev 11741) @@ -85,6 +85,7 @@ layerinfo "redist_uniq" = "sup/x-3-1"; set theme_css = "x-3-1.css"; set active_theme = "x3"; +set show_title_on_tagpage = true; #NEWLAYER: sup/x-3-2 layerinfo "type" = "theme"; @@ -92,6 +93,7 @@ layerinfo "redist_uniq" = "sup/x-3-2"; set theme_css = "x-3-2.css"; set active_theme = "x3"; +set show_title_on_tagpage = true; #NEWLAYER: sup/x-3-3 layerinfo "type" = "theme"; @@ -99,6 +101,7 @@ layerinfo "redist_uniq" = "sup/x-3-3"; set theme_css = "x-3-3.css"; set active_theme = "x3"; +set show_title_on_tagpage = true; #NEWLAYER: sup/x-3-4 layerinfo "type" = "theme"; @@ -106,6 +109,7 @@ layerinfo "redist_uniq" = "sup/x-3-4"; set theme_css = "x-3-4.css"; set active_theme = "x3"; +set show_title_on_tagpage = true; #NEWLAYER: sup/x-3-5 layerinfo "type" = "theme"; @@ -113,6 +117,7 @@ layerinfo "redist_uniq" = "sup/x-3-5"; set theme_css = "x-3-5.css"; set active_theme = "x3"; +set show_title_on_tagpage = true; #NEWLAYER: sup/x-4-1 Modified: trunk/htdocs/stc/sup/s/x-3-1.css =================================================================== --- trunk/htdocs/stc/sup/s/x-3-1.css 2012-04-20 10:55:04 UTC (rev 11740) +++ trunk/htdocs/stc/sup/s/x-3-1.css 2012-04-20 11:10:10 UTC (rev 11741) @@ -120,3 +120,9 @@ #page .entrysubmenu .btn:active SPAN SPAN SPAN { color:#660404; } + +.tag-page-header { + margin: 0px 0px 25px 20px; + font-weight: normal; + font-size: 1.8em; + } \ No newline at end of file Modified: trunk/htdocs/stc/sup/s/x-3-2.css =================================================================== --- trunk/htdocs/stc/sup/s/x-3-2.css 2012-04-20 10:55:04 UTC (rev 11740) +++ trunk/htdocs/stc/sup/s/x-3-2.css 2012-04-20 11:10:10 UTC (rev 11741) @@ -120,3 +120,8 @@ color:#0FB5F3; } +.tag-page-header { + margin: 0px 0px 25px 20px; + font-weight: normal; + font-size: 1.8em; + } \ No newline at end of file Modified: trunk/htdocs/stc/sup/s/x-3-3.css =================================================================== --- trunk/htdocs/stc/sup/s/x-3-3.css 2012-04-20 10:55:04 UTC (rev 11740) +++ trunk/htdocs/stc/sup/s/x-3-3.css 2012-04-20 11:10:10 UTC (rev 11741) @@ -123,3 +123,9 @@ #page .entrysubmenu .btn:active SPAN SPAN SPAN { color:#0FB5F3; } + +.tag-page-header { + margin: 0px 0px 25px 20px; + font-weight: normal; + font-size: 1.8em; + } \ No newline at end of file Modified: trunk/htdocs/stc/sup/s/x-3-4.css =================================================================== --- trunk/htdocs/stc/sup/s/x-3-4.css 2012-04-20 10:55:04 UTC (rev 11740) +++ trunk/htdocs/stc/sup/s/x-3-4.css 2012-04-20 11:10:10 UTC (rev 11741) @@ -120,3 +120,9 @@ #page .entrysubmenu .btn:active SPAN SPAN SPAN { color:#FFA800; } + +.tag-page-header { + margin: 0px 0px 25px 20px; + font-weight: normal; + font-size: 1.8em; + } \ No newline at end of file Modified: trunk/htdocs/stc/sup/s/x-3-5.css =================================================================== --- trunk/htdocs/stc/sup/s/x-3-5.css 2012-04-20 10:55:04 UTC (rev 11740) +++ trunk/htdocs/stc/sup/s/x-3-5.css 2012-04-20 11:10:10 UTC (rev 11741) @@ -125,3 +125,9 @@ #page .entrysubmenu .btn:active SPAN SPAN SPAN { color:#660404; } + +.tag-page-header { + margin: 0px 0px 25px 20px; + font-weight: normal; + font-size: 1.8em; + } \ No newline at end of file