Fix photos
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
$(function(){
|
||||
var sxFile = new sxFormFile();
|
||||
{/literal}
|
||||
sxFile.init({$post->id}, '/simpla/ajax/file_action.php');
|
||||
sxFile.init({$post->id}, '/simpla/ajax/file_repair.php');
|
||||
{literal}
|
||||
})
|
||||
</script>
|
||||
|
||||
@@ -120,7 +120,7 @@ function translit(str)
|
||||
<!-- Системное сообщение -->
|
||||
<div class="message message_success">
|
||||
<span>{if $message_success == 'added'}Запись добавлена{elseif $message_success == 'updated'}Запись обновлена{/if}</span>
|
||||
<a class="link" target="_blank" href="../blog/{$post->url}">Открыть запись на сайте</a>
|
||||
<a class="link" target="_blank" href="../repairs/{$post->url}">Открыть запись на сайте</a>
|
||||
{if $smarty.get.return}
|
||||
<a class="button" href="{$smarty.get.return}">Вернуться</a>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user