Loading htdocs/theme/raw/templates/view/editviewtabs.tpl +1 −1 Original line number Diff line number Diff line <div id="toolbar-buttons" class="btn-group btn-toolbar btn-group-top"> <a class="btn btn-default editviews editlayout {if $selected == 'layout' or $selected == 'editlayout'}active{/if}" href="{$WWWROOT}view/editlayout.php?id={$viewid}" title="{if $edittitle}{str tag=settings section=view}{else}{str tag=editlayout section=view}{/if}"> title="{if $edittitle || $canuseskins}{str tag=settings section=view}{else}{str tag=editlayout section=view}{/if}"> <span class="icon icon-lg icon-cogs"></span> <span class="btn-title">{if ($edittitle || $canuseskins) }{str tag=settings section=view}{else}{str tag=editlayout section=view}{/if}</span> </a> Loading test/behat/features/user_content/edit_page.feature +3 −3 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ Scenario: Clicking ID's (Bug 1428456) And I scroll to the top # Checking if we can change page layout When I follow "Edit layout" And I follow "Settings" in the "Toolbar buttons" property And I expand all fieldsets And I scroll to the base of id "addrow" And I press "Add a row" Loading @@ -98,7 +98,7 @@ Scenario: Profile and dashboard pages basic settings and skins can't be edited - And I follow "Profile page" And I scroll to the base of id "viewh1" And I follow "Edit" When I follow "Edit layout" And I follow "Settings" in the "Toolbar buttons" property And I should see "Layout" And I should not see "Basics" And I should see "Skin" Loading @@ -108,7 +108,7 @@ Scenario: Profile and dashboard pages basic settings and skins can't be edited - # Dashboard page And I choose "Dashboard" from main menu And I follow "Edit dashboard" When I follow "Edit layout" And I follow "Settings" in the "Toolbar buttons" property And I should see "Layout" And I should not see "Basics" And I should see "Skin" Loading Loading
htdocs/theme/raw/templates/view/editviewtabs.tpl +1 −1 Original line number Diff line number Diff line <div id="toolbar-buttons" class="btn-group btn-toolbar btn-group-top"> <a class="btn btn-default editviews editlayout {if $selected == 'layout' or $selected == 'editlayout'}active{/if}" href="{$WWWROOT}view/editlayout.php?id={$viewid}" title="{if $edittitle}{str tag=settings section=view}{else}{str tag=editlayout section=view}{/if}"> title="{if $edittitle || $canuseskins}{str tag=settings section=view}{else}{str tag=editlayout section=view}{/if}"> <span class="icon icon-lg icon-cogs"></span> <span class="btn-title">{if ($edittitle || $canuseskins) }{str tag=settings section=view}{else}{str tag=editlayout section=view}{/if}</span> </a> Loading
test/behat/features/user_content/edit_page.feature +3 −3 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ Scenario: Clicking ID's (Bug 1428456) And I scroll to the top # Checking if we can change page layout When I follow "Edit layout" And I follow "Settings" in the "Toolbar buttons" property And I expand all fieldsets And I scroll to the base of id "addrow" And I press "Add a row" Loading @@ -98,7 +98,7 @@ Scenario: Profile and dashboard pages basic settings and skins can't be edited - And I follow "Profile page" And I scroll to the base of id "viewh1" And I follow "Edit" When I follow "Edit layout" And I follow "Settings" in the "Toolbar buttons" property And I should see "Layout" And I should not see "Basics" And I should see "Skin" Loading @@ -108,7 +108,7 @@ Scenario: Profile and dashboard pages basic settings and skins can't be edited - # Dashboard page And I choose "Dashboard" from main menu And I follow "Edit dashboard" When I follow "Edit layout" And I follow "Settings" in the "Toolbar buttons" property And I should see "Layout" And I should not see "Basics" And I should see "Skin" Loading