Editing admin pages in WordPress [closed]

There are no templates for the admin pages. You have two options to manipulate them, anyway:

  1. Use filters to edit the pages (See the WordPress codex).

  2. Change the page using CSS (also using a hook or use an existing plugin like Add Admin CSS).

There are more plugins that help you changing the admin backend – a recommendation depends a bit on what exactly you want to change.