|
@@ -352,10 +352,10 @@
|
352
|
352
|
<code> <pre> <img>
|
353
|
353
|
</code>
|
354
|
354
|
<br /><br />
|
355
|
|
- Bookmarklet - <a class="bookmarklet" title="{__("Drag to the Bookmarks Toolbar")}" href="javascript:var w; setTimeout('w.focus()',100);w=window.open('{conf.urlGelato}/admin/bm.php?url='+encodeURIComponent(location.href)+'&sel='+encodeURIComponent(window.getSelection()),'bookmarklet','toolbar=0,resizable=0,status=1,width=650,height=540,dependent=yes' ); w.focus();">{__("add to gelato")}</a>
|
356
|
|
- <br /><br />
|
357
|
|
- </span>
|
358
|
|
- </p>
|
|
355
|
+ Bookmarklet - <a class="bookmarklet help" title="{__("Drag to the Bookmarks Toolbar")}" href="javascript:var w; setTimeout('w.focus()',100);w=window.open('{conf.urlGelato}/admin/bm.php?url='+encodeURIComponent(location.href)+'&sel='+encodeURIComponent(window.getSelection()),'bookmarklet','toolbar=0,resizable=0,status=1,width=650,height=540,dependent=yes' ); w.focus();">{__("add to gelato")}</a>
|
|
356
|
+ <br /><br />
|
|
357
|
+ </span>
|
|
358
|
+ </p>
|
359
|
359
|
<p>
|
360
|
360
|
<input class="btn" type="submit" name="btnAdd" value="{if {$isEdition}}Modify{else}Create{/if} post" />
|
361
|
361
|
</p>
|
|
@@ -379,7 +379,7 @@
|
379
|
379
|
{if {$Posts_Number}}
|
380
|
380
|
{block {$rows} as {$row}}
|
381
|
381
|
<div class="entry">
|
382
|
|
- <div class="info"><span class="compact"><a href="{$row.Permalink}">Link</a> <a href="{conf.urlGelato}/admin/index.php?edit={$row.Id_Post}"><img src="{conf.urlGelato}/admin/css/images/edit.png" alt="" title="" /></a> <a href="{conf.urlGelato}/admin/index.php?delete={$row.Id_Post}"><img src="{conf.urlGelato}/admin/css/images/delete.png" alt="" title="" /></a></span>
|
|
382
|
+ <div class="info"><span class="compact"><a href="{$row.Permalink}">Link</a> <a href="{conf.urlGelato}/admin/index.php?edit={$row.Id_Post}" title="{__('Edit this post')}" class="help"><img src="{conf.urlGelato}/admin/css/images/edit.png" alt=""/></a> <a href="{conf.urlGelato}/admin/index.php?delete={$row.Id_Post}" title="{__('Delete this post')}" class="help"><img src="{conf.urlGelato}/admin/css/images/delete.png" alt="" title="" /></a></span>
|
383
|
383
|
<p>{$row.Date_Added}</p>
|
384
|
384
|
</div>
|
385
|
385
|
<div class="post">
|