Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
herbert
/
Frontend
derivado de
Sugoimusic/Frontend
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Replace inline JS gtoggles with html attributes and some global JS
End goal is to remove all inline JS, starting with onclick
undefined
spaghetti
há 8 anos
committed by
Tomochin
ascendente
b07242e4ad
cometimento
f95ca0d569
2 ficheiros alterados
com
5 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
design/views/generic/reply/staffpm.php
+4
-0
static/styles/global.css
+ 1
- 1
design/views/generic/reply/staffpm.php
Ver ficheiro
@@ -22,6 +22,6 @@
<input type="button" value="Preview" class="hidden button_preview_<?=$TextPrev->getID()?>" />
<input type="submit" value="Send message" />
<input type="button" value="Hide"
onclick="$('#compose').gtoggle(); return false;
" />
<input type="button" value="Hide"
toggle-target="#compose
" />
</form>
</div>
+ 4
- 0
static/styles/global.css
Ver ficheiro
@@ -96,6 +96,10 @@ div.collage_image {
width: 20%;
}
[toggle-target] {
cursor: pointer;
}
button, input[type=button], input[type=submit] {
cursor: pointer;
background: #fff;
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar