Project

General

Profile

« Previous | Next » 

Revision ee1b6980

Added by k-paulius over 9 years ago

Convert button name to upper case.

View differences:

src/usr/local/www/pkg_mgr.php
144 144

  
145 145
		$pkgtbl .= 	'</td>' . "\n";
146 146
		$pkgtbl .= '<td>' . "\n";
147
		$pkgtbl .= '<a title="' . gettext("Click to install") . '" href="pkg_mgr_install.php?id=' . $index['name'] . '" class="btn btn-success btn-sm">install</a>' . "\n";
147
		$pkgtbl .= '<a title="' . gettext("Click to install") . '" href="pkg_mgr_install.php?id=' . $index['name'] . '" class="btn btn-success btn-sm">Install</a>' . "\n";
148 148

  
149 149
		if (!$g['disablepackageinfo'] && $index['pkginfolink'] && $index['pkginfolink'] != $index['www']) {
150 150
			$pkgtbl .= '<a target="_blank" title="' . gettext("View more information") . '" href="' . htmlspecialchars($index['pkginfolink']) . '" class="btn btn-default btn-sm">info</a>' . "\n";

Also available in: Unified diff