Changeset 5408 for trunk/admin/themes


Ignore:
Timestamp:
Mar 27, 2010, 9:49:52 PM (14 years ago)
Author:
plg
Message:

Simplify installation message, no need to explain the following step, the
"no photo yet" feature makes the explanations useless at this point.

.infos admin block is used to display messages, I've set the background
transparent here, because it's the only message of the page. Anyway, I don't
think using .infos blocks are relevant if that's the only message on the page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/install.tpl

    r5257 r5408  
    8383}
    8484
     85.infos {
     86  background-color:transparent;
     87  border:none;
     88  color:#999;
     89}
     90
    8591.sql_content, .infos a {
    8692  color: #ff3363;
     
    222228{else}
    223229<p>
    224   <input type="button" name="Home" value="{'Home'|@translate}" onClick="window.open('index.php');">
    225   <input type="button" name="Administration" value="{'Administration'|@translate}" onClick="window.open('admin.php');">
     230  <input type="button" name="Home" value="{'Visit Gallery'|@translate}" onClick="window.open('index.php');">
    226231</p>
    227232
Note: See TracChangeset for help on using the changeset viewer.