<divid="change_space_id_warning"><p><i>Warning, migrating a project from one space to another will update both the files location and the retention limits.</i></p></div>
<divid="change_space_id_form"></div>
...
...
@@ -60,7 +61,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
@@ -451,6 +451,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
With selection :
<divclass="btn-group">
<buttonid="btn_obsolete_mail"type="button"class="btn btn-sm btn-default"><iclass="glyphicon glyphicon-envelope"></i> Send mail </button>
<buttonid="btn_obsolete_mail_without_extension"type="button"class="btn btn-sm btn-default"><iclass="glyphicon glyphicon-envelope"></i> Send mail without extension</button>
</div>
</th>
</tr>
...
...
@@ -467,6 +468,41 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
$GLOBALS['TSFE']->tmpl->setup["plugin."]["tx_nG6_pi6."]["min_extension_size"],"This email was send to ".join(', ',$res_demand["emails"]).". ",join(', ',$run_info),join(', ',$analyses_info));
$GLOBALS['TSFE']->tmpl->setup["plugin."]["tx_nG6_pi6."]["min_extension_size"],"This email was send to ".join(', ',$res_demand["emails"]).". ",join(', ',$run_info),join(', ',$analyses_info),$extension_allowed);
$subject='[nG6 purge / reminder] No '.$res_demand["demand_id"].' - Project '.$res_project["name"];
@@ -1600,11 +1602,11 @@ function deletePRAHandler() {
location.reload();
}else{
$("#modal-label-tmpl").html("Error");
if(val=='1'){
if(val==1){
$("#modal-body-tmpl").html("<div class='tx-nG6-pi1-error'>You don't have write permission on the specified directory.</div>");
}elseif(val=='2'){
}elseif(val==2){
$("#modal-body-tmpl").html("<div class='tx-nG6-pi1-error'>An error occurred during login. Most likely you didn't enter the username or password correctly. Be certain that you enter them precisely as they are, including upper/lower case.</div>");
}elseif(val=='3'){
}elseif(val==3){
$("#modal-body-tmpl").html("<div class='tx-nG6-pi1-error'>An error occurred during server connection. Please contact the site administrator.</div>");
$("#modal-body-tmpl").html("<div class='tx-nG6-pi6-error'>You don't have write permission on the specified directory.</div>");
}elseif(val=="2"){
}elseif(val==2){
$("#modal-body-tmpl").html("<div class='tx-nG6-pi6-error'>An error occurred during login. Most likely you didn't enter the username or password correctly. Be certain that you enter them precisely as they are, including upper/lower case.</div>");
}elseif(val=="3"){
}elseif(val==3){
$("#modal-body-tmpl").html("<div class='tx-nG6-pi6-error'>An error occurred during server connection. Please contact the site administrator.</div>");
}elseif(val=="4"){
}elseif(val==4){
$("#modal-body-tmpl").html("<div class='tx-nG6-pi6-error'>An error occurred during file deletion check if user have unix rigth to remove files. Please contact the site administrator.</div>");
}elseif(val=="5"){
}elseif(val==5){
$("#modal-body-tmpl").html("<div class='tx-nG6-pi6-error'>An error occurred while updating in db. Please contact the site administrator.</div>");