span { display: block; height: 22px; } #upload-result { display: inline-block; text-align: right; } #upload-progress { display: inline-block; margin-right: 8px; } CSS] ); public function __construct(string $param) { parent::__construct($param); if (!User::canWriteGuide()) $this->generateError(); } protected function generate() : void { $this->h1 = Lang::guide('newTitle'); array_unshift($this->title, $this->h1, Lang::game('guides')); Lang::sort('guide', 'category'); // update required template vars $this->editLocale = Lang::getLocale(); parent::generate(); } } ?>