~ubuntu-branches/ubuntu/lucid/ebox-openvpn/lucid

« back to all changes in this revision

Viewing changes to src/templates/editClient.mas

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-02-27 13:31:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080227133129-6mpzfq43hghuxtaz
Tags: 0.11.99-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
<h3><% __x("Client {name} configuration", name => $name) %></h3>
16
16
<form action='EditClient' method='POST' enctype='multipart/form-data'>
17
17
<div class='note'>
18
 
  <% __('Changes in certificates and key files can not be discarded.')  %>
 
18
  <% __('Changes in certificates and key files can not be discarded. You cannot change a certificate or key file in isolation; you must change all at once')  %>
19
19
</div>
20
20
<& /openvpn/clientProperties.mas, properties => \%clientAttrs,
21
21
submitName => 'edit', submitValue => __('Change'),