Project

General

Profile

« Previous | Next » 

Revision faab522f

Added by Renato Botelho over 9 years ago

Revert "Merge pull request #2728 from phil-davis/form_button"

This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

View differences:

src/usr/local/www/diag_smart.php
294 294
	if (!empty($pconfig['smartmonemail'])) {
295 295
		$form->addGlobal(new Form_Button(
296 296
			'test',
297
			gettext('Send test email'),
297
			'Send test email',
298 298
			null,
299 299
			'fa-send'
300 300
		))->addClass('btn-info');
......
314 314

  
315 315
		$btnview = new Form_Button(
316 316
			'submit',
317
			gettext('View'),
317
			'View',
318 318
			null,
319 319
			'fa-file-text-o'
320 320
		);
......
394 394

  
395 395
		$btntest = new Form_Button(
396 396
			'submit',
397
			gettext('Test'),
397
			'Test',
398 398
			null,
399 399
			'fa-wrench'
400 400
		);
......
467 467

  
468 468
		$btnview =  new Form_Button(
469 469
			'submit',
470
			gettext('View'),
470
			'View',
471 471
			null,
472 472
			'fa-file-text-o'
473 473
		);
......
521 521
// Abort
522 522
		$btnabort = new Form_Button(
523 523
			'submit',
524
			gettext('Abort'),
524
			'Abort',
525 525
			null,
526 526
			'fa-times'
527 527
		);

Also available in: Unified diff