Lines 28-40
function reloadPage(p) {
Link Here
|
28 |
<div class="yui-b"> |
28 |
<div class="yui-b"> |
29 |
[% IF ( success || error ) %] |
29 |
[% IF ( success || error ) %] |
30 |
[% IF ( success ) %] |
30 |
[% IF ( success ) %] |
31 |
[% IF ( action == 'create' ) %]<p>The new CSV profile "[% profile_name %]" has been successfully created.</p>[% END %] |
31 |
[% IF ( action == 'create' ) %]<div class="dialog message">The new CSV profile "[% profile_name %]" has been successfully created.</div>[% END %] |
32 |
[% IF ( action == 'edit' ) %]<p>The CSV profile has been successfully modified.</p>[% END %] |
32 |
[% IF ( action == 'edit' ) %]<div class="dialog message">The CSV profile has been successfully modified.</div>[% END %] |
33 |
[% IF ( action == 'delete' ) %]<p>The CSV profile has been successfully deleted.</p>[% END %] |
33 |
[% IF ( action == 'delete' ) %]<div class="dialog message">The CSV profile has been successfully deleted.</div>[% END %] |
34 |
[% ELSE %] |
34 |
[% ELSE %] |
35 |
[% IF ( action == 'create' ) %]<p class="error">The new CSV profile "[% profile_name %]" has not been created.</p>[% END %] |
35 |
[% IF ( action == 'create' ) %]<div class="dialog alert">The new CSV profile "[% profile_name %]" has not been created.</div>[% END %] |
36 |
[% IF ( action == 'edit' ) %]<p class="error">The CSV profile has not been modified.</p>[% END %] |
36 |
[% IF ( action == 'edit' ) %]<div class="dialog alert">The CSV profile has not been modified.</div>[% END %] |
37 |
[% IF ( action == 'delete' ) %]<p class="error">The CSV profile has not been deleted.</p>[% END %] |
37 |
[% IF ( action == 'delete' ) %]<div class="dialog alert">The CSV profile has not been deleted.</div>[% END %] |
38 |
[% END %] |
38 |
[% END %] |
39 |
[% END %] |
39 |
[% END %] |
40 |
<div id="csvexporttabs" class="toptabs"> |
40 |
<div id="csvexporttabs" class="toptabs"> |