View Single Post
  #4  
Old 10-05-2018, 08:53 AM
draugluin's Avatar
draugluin draugluin is offline
Member
 
Join Date: Oct 2011
Location: germany
Posts: 120
Gender: Unknown/Other
Credits: 10,745
draugluin is on a distinguished road
Default

open classes / class_tab.php

find

PHP Code:
public function createtab(){
        
$mysidia Registry::get("mysidia");
        
$document $mysidia->frame->getDocument();
        if(
$this->num or $this->num 5) throw new Exception("The number of tabs must be restricted between 2 to 5!",272); 
and change 5 to 6. ( two times ! )


then open css / tabs.css

find

PHP Code:
<style type="text/css">



body { }
html overflow-yscroll; }
text-decorationnone; }
a:focus outline0; }
margin0 0 20px 0; }
#page-wrap { width: 640px; margin: 30px;} 
and change the page-wrap width to 740px.


Hope, this helps
__________________
Reply With Quote