Ignore:
Timestamp:
Oct 1, 2010, 10:33:48 PM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Remove all mysql_ instructions ; add <br /> into duplication.tpl

Location:
extensions/event_cats/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/admin/autolog_entries.inc.php

    r4470 r7066  
    104104          elseif ($a == 3) { // Image
    105105            $url_end.= ($url_end == '') ? '' : '&amp;img='.$arg2;
    106             $t = mysql_fetch_row(pwg_query("
     106            $t = pwg_db_fetch_row(pwg_query("
    107107             SELECT `name`, `file`
    108108             FROM `".IMAGES_TABLE."`
  • extensions/event_cats/admin/template/duplication.tpl

    r6269 r7066  
    8787        </td>
    8888      </tr>
    89     </table>
     89    </table><br />
    9090    <input class = "submit" type = "submit" name = "ec_duplic_conf_submit" value = "{'Save dup. config btn'|@translate}" />
    9191  </fieldset>
     
    103103      <li><label><input type = "checkbox" name = "deny_groups[]" value = "{$id}" /> {$all_groups[$id]}</label></li>
    104104      {/foreach}
    105     </ul>
     105    </ul><br />
    106106    <input class = "submit" type = "submit" name = "deny_groups_submit" value = "{'Deny to groups btn'|@translate}" />
    107107  </fieldset>
     
    113113      <li><label><input type = "checkbox" name = "grant_groups[]" value = "{$id}"> {$all_groups[$id]}</label></li>
    114114      {/foreach}
    115     </ul>
     115    </ul><br />
    116116    <input class = "submit" type = "submit" name = "grant_groups_submit" value = "{'Grant to groups btn'|@translate}" />
    117117  </fieldset>
     
    129129        <li><label><input type = "checkbox" name = "deny_types[]" value = "{$id}" /> {$all_types[$id]}</label></li>
    130130      {/foreach}
    131     </ul>
     131    </ul><br />
    132132    <input class = "submit" type = "submit" name = "deny_types_submit" value = "{'Deny to types btn'|@translate}" />
    133133  </fieldset>
     
    143143        <li><label><input type = "checkbox" name = "grant_types[]" value = "{$id}" /> {$all_types[$id]}</label></li>
    144144      {/foreach}
    145     </ul>
     145    </ul><br />
    146146    <input class = "submit" type = "submit" name = "grant_types_submit" value = "{'Grant to types btn'|@translate}" />
    147147  </fieldset>
     
    155155      <li><label><input type = "checkbox" name = "deny_users[]" value = "{$id}" /> {$all_users[$id]}</label></li>
    156156      {/foreach}
    157     </ul>
     157    </ul><br />
    158158    <input class = "submit" type = "submit" name = "deny_users_submit" value = "{'Deny to users btn'|@translate}" />
    159159  </fieldset>
     
    176176      <li><label><input type = "checkbox" name = "grant_users[]" value = "{$id}"> {$all_users[$id]}</label></li>
    177177      {/foreach}
    178     </ul>
     178    </ul><br />
    179179    <input class = "submit" type = "submit" name = "grant_users_submit" value = "{'Grant to users btn'|@translate}" />
    180180  </fieldset>
Note: See TracChangeset for help on using the changeset viewer.