#------------------------------------------------------------
# Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved
# $Id$
#------------------------------------------------------------
package RPS::License::Command::CA::Show;
use strict;
use warnings;

use lib '/app/tools/rps/lib';
use RPS::License::CA::EditForm;

use RPS::License::Command::BaseShow;
use base 'RPS::License::Command::BaseShow';

sub area { return 'ca_license'; }

sub _template { return "/app/tools/rps/templates/ca_license/show.xsl"; }
sub _form { return "RPS::License::CA::EditForm"; }




1;
