mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
added ruleset attribute
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9065 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ec0bad3f64
commit
34246aa267
3 changed files with 2 additions and 3 deletions
|
|
@ -326,7 +326,6 @@
|
||||||
Context::set('package', $installedPackage);
|
Context::set('package', $installedPackage);
|
||||||
|
|
||||||
$this->setTemplateFile('uninstall');
|
$this->setTemplateFile('uninstall');
|
||||||
Context::addJsFilter($this->module_path.'tpl/filter', 'uninstall_package.xml');
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||||
</div>
|
</div>
|
||||||
<form action="" class="form" method="post">
|
<form action="./" class="form" method="post" ruleset="ftp">
|
||||||
<input type="hidden" name="module" value="autoinstall" />
|
<input type="hidden" name="module" value="autoinstall" />
|
||||||
<input type="hidden" name="act" value="procAutoinstallAdminPackageinstall" />
|
<input type="hidden" name="act" value="procAutoinstallAdminPackageinstall" />
|
||||||
<input type="hidden" name="package_srl" value="{$package->package_srl}" />
|
<input type="hidden" name="package_srl" value="{$package->package_srl}" />
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||||
</div>
|
</div>
|
||||||
<form action="" class="form" method="post">
|
<form action="./" class="form" method="post" ruleset="ftp">
|
||||||
<input type="hidden" name="module" value="autoinstall" />
|
<input type="hidden" name="module" value="autoinstall" />
|
||||||
<input type="hidden" name="act" value="procAutoinstallAdminUninstallPackage" />
|
<input type="hidden" name="act" value="procAutoinstallAdminUninstallPackage" />
|
||||||
<input type="hidden" name="package_srl" value="{$package_srl}" />
|
<input type="hidden" name="package_srl" value="{$package_srl}" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue