Prtksxna has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/204044

Change subject: remove content links from the heading
......................................................................

remove content links from the heading

Change-Id: If26618f1e944c73453fda30576d993273a6dc800
---
M templates/Skin.php
M templates/Skin.template
2 files changed, 0 insertions(+), 22 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Blueprint 
refs/changes/44/204044/1

diff --git a/templates/Skin.php b/templates/Skin.php
index 0887dbd..16e4c1c 100644
--- a/templates/Skin.php
+++ b/templates/Skin.php
@@ -263,16 +263,6 @@
        <div class="container" id="content">
                <h1 class="firstHeading" id="firstHeading">
                        '.$cx['funcs']['v']($cx, $in, array('title')).'
-                       <span class="content-actions" id="p-cactions">
-'.$cx['funcs']['sec']($cx, $cx['funcs']['v']($cx, $in, 
array('content_navigation','views')), $in, true, function($cx, $in) {return '   
                                <a
-                                               
href="'.htmlentities((string)$cx['funcs']['v']($cx, $in, array('href')), 
ENT_QUOTES, 'UTF-8').'"
-                                               
class="'.htmlentities((string)$cx['funcs']['v']($cx, $in, array('class')), 
ENT_QUOTES, 'UTF-8').'"
-                                               '.(($cx['funcs']['ifvar']($cx, 
$cx['funcs']['v']($cx, $in, array('rel')))) ? 
'rel="'.htmlentities((string)$cx['funcs']['v']($cx, $in, array('rel')), 
ENT_QUOTES, 'UTF-8').'"' : '').'
-                                               '.(($cx['funcs']['ifvar']($cx, 
$cx['funcs']['v']($cx, $in, array('id')))) ? 
'id="'.htmlentities((string)$cx['funcs']['v']($cx, $in, array('id')), 
ENT_QUOTES, 'UTF-8').'"' : '').'
-                                       >
-                                               
'.htmlentities((string)$cx['funcs']['v']($cx, $in, array('text')), ENT_QUOTES, 
'UTF-8').'
-                                       </a>
-';}).'                 </span>
                </h1>
 '.(($cx['funcs']['ifvar']($cx, $cx['funcs']['v']($cx, $in, 
array('isarticle')))) ? '                   <div 
id="siteSub">'.$cx['funcs']['ch']($cx, 'msg', array(array('tagline'),array()), 
'enc').'</div>
 ' : '').'              <div id="contentSub" '.$cx['funcs']['v']($cx, $in, 
array('userlangattributes')).'>
diff --git a/templates/Skin.template b/templates/Skin.template
index b19278d..f80a0f3 100755
--- a/templates/Skin.template
+++ b/templates/Skin.template
@@ -52,18 +52,6 @@
        <div class="container" id="content">
                <h1 class="firstHeading" id="firstHeading">
                        {{{title}}}
-                       <span class="content-actions" id="p-cactions">
-                               {{#each content_navigation.views}}
-                                       <a
-                                               href="{{href}}"
-                                               class="{{class}}"
-                                               {{#if rel}}rel="{{rel}}"{{/if}}
-                                               {{#if id}}id="{{id}}"{{/if}}
-                                       >
-                                               {{text}}
-                                       </a>
-                               {{/each}}
-                       </span>
                </h1>
                {{#if isarticle}}
                        <div id="siteSub">{{msg "tagline"}}</div>

-- 
To view, visit https://gerrit.wikimedia.org/r/204044
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If26618f1e944c73453fda30576d993273a6dc800
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Blueprint
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to